Fantom Bomb
Verified contract
Proxy
Active on
Base with 21,543 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
-
variable spans 3 additional slots
-
variable spans 3 additional slots
0xb631…0dd7
-
variable spans 34 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000738 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
ONEDOLLAR | ERC-20 | 1K | -- | -- | |
OHNO | ERC-20 | 185.914894 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22779944 | 2 minutes ago | | | 0 | 1.1308184e-7 | |
| 22779672 | 11 minutes ago | | | 0.000098717251 | 7.9699878e-7 | |
| 22779421 | 20 minutes ago | | | 0.000098717251 | 8.2171898e-7 | |
| 22779369 | 22 minutes ago | | | 0.000098717251 | 7.7227858e-7 | |
| 22779156 | 29 minutes ago | | | 0.000098717251 | 8.2171898e-7 | |
| 22779040 | 33 minutes ago | | | 0.000098717251 | 7.7227858e-7 | |
| 22778997 | 34 minutes ago | | | 0.000098717251 | 8.2171898e-7 | |
| 22778855 | 39 minutes ago | | | 0.00010177381 | 7.7227858e-7 | |
| 22778838 | 39 minutes ago | | | 0.00010177381 | 7.7227858e-7 | |
| 22778823 | 40 minutes ago | | | 0.00014665052 | 8.2353392e-7 |
ABI
ABI objects
Getter at block 22780012 proxiableUUID() view returns (bytes32)
currentLZGas() view returns (uint256)
250000
decimals() view returns (uint8)
18
developer() view returns (address)
0x4ce69fd760ad0c07490178f9a47863dc0358cccd
name() view returns (string)
Fantom Bomb
owner() view returns (address)
0x4ce69fd760ad0c07490178f9a47863dc0358cccd
symbol() view returns (string)
fBOMB
totalSupply() view returns (uint256)
357419138483796631270579919
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
failedMessages(uint16, bytes, uint256) view returns (uint256 payloadLength, bytes32 payloadHash)
getRoleAdmin(bytes4 role) view returns (bytes4)
hasRole(bytes4 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceID) view returns (bool)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events acceptDeveloper()
acceptOwnership()
addExempt(address newAddress)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
declineDeveloper()
declineOwnership()
grantRole(bytes4 role, address account)
initialize(string _name, string _symbol, address _admin, address _dev, address _owner)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
onLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
pushDeveloper(address newDeveloper)
pushOwnership(address newOwner)
removeExempt(address newAddress)
renounceDeveloper()
renounceOwnership()
renounceRole(bytes4 role)
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
revokeRole(bytes4 role, address account)
setEndPoint(address newEndpoint)
setGasForDestinationLzReceive(uint256 newVal)
setTres(address newAddress)
setTrustedRemote(uint16 _chainId, bytes _trustedRemote)
transfer(address _to, uint256 _value) returns (bool success)
transferDeveloper(address newDeveloper)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
traverseChains(uint16 _chainId, uint256 _amount) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
BeaconUpgraded(address indexed beacon)
EndpointSet(address indexed _endpoint)
Initialized(uint8 version)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
TrustedRemoteSet(uint16 _chainId, bytes _trustedRemote)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
MaxSplaining(string reason)
TooLateBoomer(uint256 yourTime, uint256 hitTime)
TooSoonJunior(uint256 yourTime, uint256 hitTime)
Unauthorized()