0 txs
0 calls
constructor
No constructor.
functions
allowance
viewfunction allowance(address owner, address spender) view returns (uint256)
balanceOf
viewfunction balanceOf(address account) view returns (uint256)
bond
viewfunction bond() view returns (address)
decimals
viewfunction decimals() view returns (uint8)
name
viewfunction name() view returns (string)
symbol
viewfunction symbol() view returns (string)
totalSupply
viewfunction totalSupply() view returns (uint256)
approve
nonpayablefunction approve(address spender, uint256 value) returns (bool)
burnByBond
nonpayablefunction burnByBond(address account, uint256 amount)
init
nonpayablefunction init(string name_, string symbol_)
mintByBond
nonpayablefunction mintByBond(address to, uint256 amount)
transfer
nonpayablefunction transfer(address to, uint256 value) returns (bool)
transferFrom
nonpayablefunction transferFrom(address from, address to, uint256 value) returns (bool)
events
Approval
event Approval(address indexed owner, address indexed spender, uint256 value)
Transfer
event Transfer(address indexed from, address indexed to, uint256 value)
errors
ERC20InsufficientAllowance
error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance
error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover
error ERC20InvalidApprover(address approver)
ERC20InvalidReceiver
error ERC20InvalidReceiver(address receiver)
ERC20InvalidSender
error ERC20InvalidSender(address sender)
ERC20InvalidSpender
error ERC20InvalidSpender(address spender)
MCV2_Token__AlreadyInitialized
error MCV2_Token__AlreadyInitialized()
MCV2_Token__PermissionDenied
error MCV2_Token__PermissionDenied()
creation bytecode
0x3d602d80600a3d3981f3363d3d373d3d3d363d73aa70bc79fd1cb4a6fba717018351f0c3c64b79df5af43d82803e903d91602b57fd5bf3