JumboBumpToken
Verified contract
Active on
Ethereum with 33 txns
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 "JumboBumpToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11515817 | 4 years ago | | | 0 | 0.0024511300 | |
| 11515614 | 4 years ago | | | 0 | 0.0041024500 | |
| 10279102 | 5 years ago | | | 0 | 0.0022481690 | |
| 9773255 | 5 years ago | | | 0 | 0.00052271000 | |
| 9772072 | 5 years ago | | | 0 | 0.00018635500 | |
| 9448072 | 5 years ago | | | 0 | 0.00067967900 | |
| 9436363 | 5 years ago | | | 0 | 0.000066849000 | |
| 8915458 | 5 years ago | | | 0 | 0.00036623000 | |
| 8757217 | 5 years ago | | | 0 | 0.00037199000 | |
| 8757209 | 5 years ago | | | 0 | 0.00035383000 |
ABI
ABI objects
Getter at block 21428028
decimals() view returns (uint8)
18
name() view returns (string)
JumboBumpToken
owner() view returns (address)
0xf2360938c960454323ac67c9fe4835e8dda9455d
symbol() view returns (string)
JBT
totalSupply() view returns (uint256)
21270000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mintToken(uint256 mintedAmount)
multiTransfer(address[] recipients, uint256[] amounts)
reclaimEther()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.