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 "ROOT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21025068 | 23 days ago | | | 0 | 0.00012263180 | |
| 20926398 | a month ago | | | 0 | 0.00020793186 | |
| 20328353 | 4 months ago | | | 0 | 0.00024113120 | |
| 20299409 | 4 months ago | | | 0 | 0.000095583291 | |
| 19840668 | 6 months ago | | | 0 | 0.00032003669 | |
| 19718147 | 7 months ago | | | 0 | 0.00022911816 | |
| 19390276 | 8 months ago | | | 0 | 0.00092218409 | |
| 19258801 | 9 months ago | | | 0 | 0.0013112119 | |
| 19235757 | 9 months ago | | | 0 | 0.0017721630 | |
| 19199953 | 9 months ago | | | 0 | 0.00069290739 |
ABI
ABI objects
Getter at block 21187315
BP_DENOMINATOR() view returns (uint256)
10000
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
NO_EXTRA_GAS() view returns (uint256)
0
PT_SEND() view returns (uint8)
0
PT_SEND_AND_CALL() view returns (uint8)
1
circulatingSupply() view returns (uint256)
43302524921031439620493793
decimals() view returns (uint8)
18
defaultFeeBp() view returns (uint16)
0
feeOwner() view returns (address)
0x601936c35fb4c6d8b472de6764c9f09ebf17711c
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
maxSupply() view returns (uint256)
110000000000000000000000000
name() view returns (string)
ROOT
owner() view returns (address)
0x601936c35fb4c6d8b472de6764c9f09ebf17711c
precrime() view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals() view returns (uint8)
9
symbol() view returns (string)
ROOT
token() view returns (address)
0x8d2658e0f52df7875a7b3e58fc12f82f5e34dd61
totalSupply() view returns (uint256)
43302524921031439620493793
useCustomAdapterParams() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
chainIdToFeeBps(uint16) view returns (uint16 feeBP, bool enabled)
creditedPackets(uint16, bytes, uint64) view returns (bool)
estimateSendAndCallFee(uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, bytes _payload, uint64 _dstGasForCall, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
estimateSendFee(uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16, bytes, uint64) view returns (bytes32)
getConfig(uint16 _version, uint16 _chainId, address, uint256 _configType) view returns (bytes)
getTrustedRemoteAddress(uint16 _remoteChainId) view returns (bytes)
isBlacklisted(address) view returns (bool)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
minDstGasLookup(uint16, uint16) view returns (uint256)
mintAllowance(address) view returns (uint256)
payloadSizeLimitLookup(uint16) view returns (uint256)
quoteOFTFee(uint16 _dstChainId, uint256 _amount) view returns (uint256 fee)
supportsInterface(bytes4 interfaceId) view returns (bool)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
callOnOFTReceived(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _from, address _to, uint256 _amount, bytes _payload, uint256 _gasForCall)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decrementMintAllowance(address minter, uint256 amount)
emergencyWithdraw(address token, address to, uint256 amount)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
incrementMintAllowance(address minter, uint256 amount)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
mint(address to, uint256 amount)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
sendAndCall(address _from, uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, uint256 _minAmount, bytes _payload, uint64 _dstGasForCall, struct ICommonOFTLzCallParams _callParams) payable
sendFrom(address _from, uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, uint256 _minAmount, struct ICommonOFTLzCallParams _callParams) payable
setBlacklistStatus(address account, bool status)
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setDefaultFeeBp(uint16 _feeBp)
setFeeBp(uint16 _dstChainId, bool _enabled, uint16 _feeBp)
setFeeOwner(address _feeOwner)
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setMintAllowance(address minter, uint256 amount)
setPayloadSizeLimit(uint16 _dstChainId, uint256 _size)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _remoteChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
setUseCustomAdapterParams(bool _useCustomAdapterParams)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
CallOFTReceivedSuccess(uint16 indexed _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _hash)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
MintAllowanceSet(address indexed minter, uint256 amount)
NonContractAddress(address _address)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveFromChain(uint16 indexed _srcChainId, address indexed _to, uint256 _amount)
RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash)
SendToChain(uint16 indexed _dstChainId, address indexed _from, bytes32 indexed _toAddress, uint256 _amount)
SetDefaultFeeBp(uint16 feeBp)
SetFeeBp(uint16 dstchainId, bool enabled, uint16 feeBp)
SetFeeOwner(address feeOwner)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
SetUseCustomAdapterParams(bool _useCustomAdapterParams)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address lzEndpoint, uint256 _initialSupply, uint256 _maxSupply, address _initialSupplyReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.