Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables.

Fantom Bomb

Verified contract

Proxy

Active on Base with 21,543 txns
Deployed by via 0x05fd7bb1 at 2106607
Slot
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
-
variable spans 34 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0x50464c7fe6acc71801c50d5e384f07995bd1c8fa06624d9855a3a9cfbfed7f9b
0xefac80dd3e16e9536145104e58612eb1caa50fe0d4e756395e01e7f63362cf99
0x73c5309d8edc4085bdd150d1030a68b63d6dbbac27957ef09ee0cf9798f1e383
0x5ff8015a6adf72acffbe664199b0c7b4d3159c92c4b6cc3ab844be3c0086d83f
0x58c2a8cb229a9743368bca69daad977f3c04d7c79b10b4592a8e43aceb2d8d95
0x70ac232d542b89c32896fb0b9452ff537956c64c11fc9347b24a9a909f27957f
0xe32a5c6e938ebee4467b01c96b1046dabc159b3a51fa0bd2f91da52a557a1859
0x6d0fb0c0430084e634928358bdb3905ce3873d2291cef4e37299b2e0602a7686
0xadb66a11850f808f7ed0adbe9f32441d831ed04ba140e52c69af03b3acbe7661
0x68dcdebe502cfb6da947b5d3b6fe80bbc0e8ff393653728a0a04b8f2c35ce60a

Functions
Getter at block 22780012
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
 
proxiableUUID(view returns (bytes32)
symbol(view returns (string)
fBOMB
totalSupply(view returns (uint256)
357419138483796631270579919
Read-only
allowance(address _owneraddress _spenderview returns (uint256 remaining)
balanceOf(address _ownerview returns (uint256 balance)
failedMessages(uint16bytesuint256view returns (uint256 payloadLengthbytes32 payloadHash)
getRoleAdmin(bytes4 roleview returns (bytes4)
hasRole(bytes4 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIDview returns (bool)
trustedRemoteLookup(uint16view returns (bytes)
State-modifying
acceptDeveloper(
acceptOwnership(
addExempt(address newAddress
approve(address _spenderuint256 _valuereturns (bool success)
burn(uint256 _valuereturns (bool success)
declineDeveloper(
declineOwnership(
grantRole(bytes4 roleaddress account
initialize(string _namestring _symboladdress _adminaddress _devaddress _owner
lzReceive(uint16 _srcChainIdbytes _srcAddressuint64 _noncebytes _payload
onLzReceive(uint16 _srcChainIdbytes _srcAddressuint64 _noncebytes _payload
pushDeveloper(address newDeveloper
pushOwnership(address newOwner
removeExempt(address newAddress
renounceDeveloper(
renounceOwnership(
renounceRole(bytes4 role
retryMessage(uint16 _srcChainIdbytes _srcAddressuint64 _noncebytes _payloadpayable 
revokeRole(bytes4 roleaddress account
setEndPoint(address newEndpoint
setGasForDestinationLzReceive(uint256 newVal
setTres(address newAddress
setTrustedRemote(uint16 _chainIdbytes _trustedRemote
transfer(address _touint256 _valuereturns (bool success)
transferDeveloper(address newDeveloper
transferFrom(address _fromaddress _touint256 _valuereturns (bool success)
transferOwnership(address _newOwner
traverseChains(uint16 _chainIduint256 _amountpayable 
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed _owneraddress indexed _spenderuint256 _value
BeaconUpgraded(address indexed beacon
EndpointSet(address indexed _endpoint
Initialized(uint8 version
MessageFailed(uint16 _srcChainIdbytes _srcAddressuint64 _noncebytes _payload
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed _fromaddress indexed _touint256 _value
TrustedRemoteSet(uint16 _chainIdbytes _trustedRemote
Upgraded(address indexed implementation
Constructor
constructor(address _logicbytes _data
Fallback and receive
fallback(
receive(
Errors
MaxSplaining(string reason
TooLateBoomer(uint256 yourTimeuint256 hitTime
TooSoonJunior(uint256 yourTimeuint256 hitTime
Unauthorized(