Token Implementation
Verified contract
Implementation
Active on
Base with 2 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Token Implementation"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18657394 | 2 months ago | | | 0 | 1.6125468e-7 | |
| 9440120 | 9 months ago | | | 0 | 0.000000002801415600 |
ABI
ABI objects
Getter at block 21841035
bond() view returns (address)
0xc9f109bcaac17cb25cd2a777dfc90db6196e743a
decimals() view returns (uint8)
18
name() view returns (string)
Token Implementation
symbol() view returns (string)
TOKEN_PLACEHOLDER
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burnByBond(address account, uint256 amount)
init(string name_, string symbol_)
mintByBond(address to, uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
MCV2_Token__AlreadyInitialized()
MCV2_Token__PermissionDenied()