Wrapped BOMB
Verified contract
Active on
Ethereum with 1,061 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7,533.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOMB | ERC-20 | 29.666K | $0.253947 |
$7,533.59 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787151 | a month ago | | | 0 | 0.00043482651 | |
| 20777884 | a month ago | | | 0 | 0.00034208711 | |
| 20458267 | 3 months ago | | | 0 | 0.00016581081 | |
| 20283620 | 4 months ago | | | 0 | 0.00032343579 | |
| 20000259 | 5 months ago | | | 0 | 0.00012240376 | |
| 19899244 | 5 months ago | | | 0 | 0.00014846724 | |
| 19899234 | 5 months ago | | | 0 | 0.00027340914 | |
| 19812784 | 6 months ago | | | 0 | 0.00070681436 | |
| 19812776 | 6 months ago | | | 0 | 0.00029452759 | |
| 19784562 | 6 months ago | | | 0 | 0.00061804638 |
ABI
ABI objects
Getter at block 21100913
_totalSupply() view returns (uint256)
29569
decimals() view returns (uint8)
0
name() view returns (string)
Wrapped BOMB
owner() view returns (address)
0x77a3e59d861fabf1975db06888cf033d4ccd53bc
symbol() view returns (string)
WBOMB
totalSupply() view returns (uint256)
29569
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
findOnePercent(uint256 value) view returns (uint256)
whitelistFrom(address) view returns (bool)
whitelistTo(address) view returns (bool)
State-modifying
Events approve(address guy, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount) returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
setOwner(address _owner)
setWhitelistedFrom(address _addr, bool _whitelisted)
setWhitelistedTo(address _addr, bool _whitelisted)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
withdraw(uint256 amount) returns (uint256)
Approval(address indexed src, address indexed guy, uint256 amount)
Deposit(address indexed to, uint256 amount)
Transfer(address indexed src, address indexed to, uint256 amount)
TransferOwnership(address _from, address _to)
WhitelistFrom(address _addr, bool _whitelisted)
WhitelistTo(address _addr, bool _whitelisted)
Withdrawal(address indexed src, uint256 amount)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.