Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOMB | ERC-20 | 99 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13096861 | 3 years ago | | | 0 | 0.0054427789 | |
| 12726173 | 3 years ago | | | 0 | 0.0011765186 | |
| 12672189 | 3 years ago | | | 0 | 0.00050680800 | |
| 12595447 | 4 years ago | | | 0 | 0.0013514880 | |
| 12502031 | 4 years ago | | | 0 | 0.0013092540 | |
| 12369085 | 4 years ago | | | 0 | 0.0035898900 | |
| 12368924 | 4 years ago | | | 0 | 0.0032153940 | |
| 12324484 | 4 years ago | | | 0 | 0.0021553740 | |
| 12192703 | 4 years ago | | | 0 | 0.0081434807 | |
| 12192593 | 4 years ago | | | 0 | 0.011342857 |
ABI
ABI objects
Getter at block 21385048
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
BombToken
owner() view returns (address)
0xef16fab9fc40622d48f8da19ad5e0721ffd2cc59
symbol() view returns (string)
BOMB
totalSupply() view returns (uint256)
988452497006989999999999
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
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)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.