Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MangoINU"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16206482 | 2 years ago | | | 0 | 0.00061298516 | |
| 15830131 | 2 years ago | | | 0 | 0.00046648589 | |
| 15821688 | 2 years ago | | | 0 | 0.00074863479 | |
| 15816379 | 2 years ago | | | 0 | 0.00085328983 | |
| 15815566 | 2 years ago | | | 0 | 0.00045296719 | |
| 15812301 | 2 years ago | | | 0 | 0.00063284361 | |
| 15811321 | 2 years ago | | | 0 | 0.00066780105 | |
| 15809386 | 2 years ago | | | 0 | 0.0010215384 | |
| 15809281 | 2 years ago | | | 0 | 0.00051786225 | |
| 15809071 | 2 years ago | | | 0 | 0.0017362967 |
ABI
ABI objects
Getter at block 21312509
DOMAIN_SEPARATOR() view returns (bytes32)
0x17cd19d0cb6edf4c16e7bcbaf8293063b89b7f7f7b8b063a91f7d8bd1d03e2f7
decimals() view returns (uint8)
18
name() view returns (string)
Mango INU
symbol() view returns (string)
MNGO
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.