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 "Jumbo"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21978010 | a month ago | | | 0 | 0.00023610113 | |
| 20793233 | 2 months ago | | | 0 | 0.000071452160 | |
| 20159541 | 2 months ago | | | 0 | 0.000072392320 | |
| 17846676 | 4 months ago | | | 0 | 0.000071452160 | |
| 17521275 | 4 months ago | | | 0 | 0.000074101958 | |
| 17273468 | 4 months ago | | | 0 | 0.000071452160 | |
| 14963168 | 6 months ago | | | 0 | 0.000074101958 | |
| 13833341 | 7 months ago | | | 0 | 0.000074101958 | |
| 13255645 | 8 months ago | | | 0 | 0.0000083225049 | |
| 13199808 | 8 months ago | | | 0 | 0.0000055443289 |
ABI
ABI objects
Getter at block 23224561
cap() view returns (uint256)
100000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
Jumbo
owner() view returns (address)
0x7e46daf6eba06739e334fd7182eb066534b3186f
paused() view returns (bool)
false
symbol() view returns (string)
JUMBO
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pause()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 cap_)
This contract contains no fallback and receive objects.
This contract contains no error objects.