ProxyOFTV2
Verified contract
Active on
Ethereum with 1,571 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($805,188.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OMNI | ERC-20 | 17.611291B | $0.000046 |
$805,188.24 | |
JESUS | ERC-20 | 1 | $0.00 |
$0 | |
MONEY | ERC-20 | 379.954612K | -- | -- | |
| ERC-20 | 96.4K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21306086 | 3 days ago | | | 0.00033949539 | 0.0022076035 | |
| 21305880 | 3 days ago | | | 0.00025751962 | 0.0023947243 | |
| 21302420 | 4 days ago | | | 0.00033966807 | 0.0037238874 | |
| 21280798 | 7 days ago | | | 0.00034125581 | 0.0050794205 | |
| 21280035 | 7 days ago | | | 0.00035195965 | 0.0067820165 | |
| 21280011 | 7 days ago | | | 0.00035195965 | 0.0070462219 | |
| 21279983 | 7 days ago | | | 0.00035195965 | 0.0073655041 | |
| 21279959 | 7 days ago | | | 0.00035195965 | 0.0073038446 | |
| 21264458 | 9 days ago | | | 0.0004091949 | 0.0035279974 | |
| 21260166 | 10 days ago | | | 0.0003578076 | 0.0023997192 |
ABI
ABI objects
Getter at block 21330320
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)
419982388708585066666480000000000
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
outboundAmount() view returns (uint256)
17611291414933333520000000000
owner() view returns (address)
0xc6627afaa01c20c5181ca29b04f054a3cef6272a
precrime() view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals() view returns (uint8)
8
token() view returns (address)
0x9e20461bc2c4c980f62f1b279d71734207a6a356
Read-only
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)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
minDstGasLookup(uint16, uint16) view returns (uint256)
payloadSizeLimitLookup(uint16) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events callOnOFTReceived(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _from, address _to, uint256 _amount, bytes _payload, uint256 _gasForCall)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
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, bytes _payload, uint64 _dstGasForCall, struct ICommonOFTLzCallParams _callParams) payable
sendFrom(address _from, uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, struct ICommonOFTLzCallParams _callParams) payable
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setPayloadSizeLimit(uint16 _dstChainId, uint256 _size)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _remoteChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
transferOwnership(address newOwner)
CallOFTReceivedSuccess(uint16 indexed _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _hash)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
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)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
constructor(address _token, uint8 _sharedDecimals, address _lzEndpoint)
This contract contains no fallback and receive objects.
This contract contains no error objects.