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 "JUMP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21451514 | 16 days ago | | | 0 | 3.4617493e-7 | |
| 21451506 | 16 days ago | | | 0 | 3.4495872e-7 | |
| 21059201 | 25 days ago | | | 0 | 2.3603603e-7 | |
| 20914274 | a month ago | | | 0 | 1.3118007e-7 | |
| 20462370 | a month ago | | | 0 | 3.3372298e-7 | |
| 20152344 | 2 months ago | | | 0 | 0.000070316434 | |
| 19899847 | 2 months ago | | | 0 | 7.2646352e-7 | |
| 19710456 | 2 months ago | | | 0 | 0.000000307916636834 | |
| 19454001 | 2 months ago | | | 0 | 1.8229163e-7 | |
| 19448414 | 2 months ago | | | 0 | 4.1882764e-7 |
ABI
ABI objects
Getter at block 22149828
decimals() view returns (uint8)
18
dgf() view returns (uint256)
10
isLibra() pure returns (bool)
true
maxSupply() view returns (uint256)
2100000000000000000000000000
mintAmount() view returns (uint256)
100
name() view returns (string)
JUMP
owner() view returns (address)
0x01f87c9c9dc680fa3b3c0ea60ede8f4da4697ae6
symbol() view returns (string)
JUMP
totalSupply() view returns (uint256)
2098931100000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address receiver, uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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 _symbol, uint256 _maxSupply, uint256 _mintAmount, uint256 _dgf)
This contract contains no fallback and receive objects.
MintAmountError()
MintExceedMaximum()
SupplyTooLarge()