PrimeTokenProxy
Verified contract
Active on
Ethereum with 1,705 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8,205,688.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRIME | ERC-20 | 866.492995K | $9.47 |
$8,205,688.67 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21257668 | 2 days ago | | | 0.0025 | 0.0041961639 | |
| 21246691 | 3 days ago | | | 0.00030590573 | 0.00058715145 | |
| 21230170 | 6 days ago | | | 0.00032645207 | 0.00091304347 | |
| 21229049 | 6 days ago | | | 0.0025 | 0.0027235841 | |
| 21216186 | 8 days ago | | | 0.00033725231 | 0.0059192159 | |
| 21216092 | 8 days ago | | | 0.00033725231 | 0.0065264545 | |
| 21212443 | 8 days ago | | | 0.00042451335 | 0.0033042288 | |
| 21212261 | 8 days ago | | | 0.0025 | 0.0022416532 | |
| 21209288 | 9 days ago | | | 0.0025 | 0.0027086666 | |
| 21177570 | 13 days ago | | | 0.00030116657 | 0.0043202153 |
ABI
ABI objects
Getter at block 21271757
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
NO_EXTRA_GAS() view returns (uint256)
0
PT_SEND() view returns (uint16)
0
circulatingSupply() view returns (uint256)
110244618115561704370423412
isDisabled() view returns (bool)
false
isSendFromDisabled() view returns (bool)
true
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
owner() view returns (address)
0xbebd60d2985594c36ebfa66e44b0856807e9dd32
precrime() view returns (address)
0x0000000000000000000000000000000000000000
prime() view returns (address)
0xb23d80f5fefcddaa212212f028021b41ded428cf
token() view returns (address)
0xb23d80f5fefcddaa212212f028021b41ded428cf
useCustomAdapterParams() view returns (bool)
false
Read-only
estimateSendFee(uint16 _dstChainId, bytes _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 forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
handleInvokeEchelon(address _from, address _ethDestinationAddress, address _primeDestinationAddress, uint256, uint256, uint256 _primeValue, bytes _data) payable
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
send(address _from, uint16 _dstChainId, uint256 _amount, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
sendFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256 _amount, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setIsDisabled(bool _isDisabled)
setIsSendFromDisabled(bool _isSendFromDisabled)
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)
setUseCustomAdapterParams(bool _useCustomAdapterParams)
transferOwnership(address newOwner)
IsDisabledSet(bool isDisabled)
IsSendFromDisabledSet(bool isSendFromDisabled)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
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, bytes _toAddress, uint256 _amount)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
SetUseCustomAdapterParams(bool _useCustomAdapterParams)
constructor(address _lzEndpoint, address _proxyToken)
receive()
ContractDisabled()
InvalidCaller()
InvalidEthDestination(address ethDestination)
InvalidPrimeAddress(address primeDestination)
InvalidPrimePayment()