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 "Monad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19309163 | 9 months ago | | | 0 | 0.0010799292 | |
| 19309137 | 9 months ago | | | 0 | 0.00070482096 | |
| 19304808 | 9 months ago | | | 0 | 0.0015017271 | |
| 19273845 | 9 months ago | | | 0 | 0.0016844264 | |
| 19272610 | 9 months ago | | | 0 | 0.0015600203 | |
| 19265241 | 9 months ago | | | 0 | 0.0014949619 | |
| 19264032 | 9 months ago | | | 0 | 0.0021805691 | |
| 19254505 | 9 months ago | | | 0 | 0.00087752363 | |
| 19221296 | 9 months ago | | | 0 | 0.0013513018 | |
| 19163815 | 9 months ago | | | 0 | 0.0011031836 |
ABI
ABI objects
Getter at block 21212672
decimals() view returns (uint8)
18
hardCap() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Monad
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MONAD
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address from, address to) view returns (uint256)
balanceOf(address account) view returns (uint256)
tokeninfo(address) view returns (bool)
State-modifying
Events addBots(address bot) returns (bool)
approve(address to, uint256 amount) returns (bool)
decreaseAllowance(address to, uint256 subtractedValue) returns (bool)
delBots(address notbot)
increaseAllowance(address to, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, address _to)
This contract contains no fallback and receive objects.
This contract contains no error objects.