ProxyPepeToken
Verified contract
Active on
Ethereum with 1,311 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16,312,067.58)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PEPE | ERC-20 | 792.454606B | $0.000021 |
$16,308,715.79 | |
CHKN | ERC-20 | 37.413403B | $0.00 |
$3,217.55 | |
DUCKY | ERC-20 | 7.769M | $0.000011 |
$83.05 | |
POLY | ERC-20 | 1.13663K | $0.034533 |
$39.25 | |
PEPEGA | ERC-20 | 2.5M | $0.000001 |
$3.72 | |
LTD | ERC-20 | 333.333K | $0.000011 |
$3.54 | |
GUA | ERC-20 | 28.888K | $0.000113 |
$3.26 | |
PLANET | ERC-20 | 250K | $0.000002 |
$0.6 | |
UNCLE | ERC-20 | 200K | $0.000003 |
$0.56 | |
WOLF | ERC-20 | 42.068K | $0.000006 |
$0.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245198 | 5 hours ago | | | 0.00041048565 | 0.0041550559 | |
| 21244539 | 7 hours ago | | | 0.00033442907 | 0.0038668762 | |
| 21233191 | 2 days ago | | | 0.00034621848 | 0.0036143641 | |
| 21233139 | 2 days ago | | | 0.00038084033 | 0.0031425789 | |
| 21233135 | 2 days ago | | | 0.0003970929 | 0.0032145831 | |
| 21233118 | 2 days ago | | | 0.0003970929 | 0.0029765350 | |
| 21233118 | 2 days ago | | | 0.00040431277 | 0.0036602598 | |
| 21231236 | 2 days ago | | | 0.00034762064 | 0.0047095672 | |
| 21231233 | 2 days ago | | | 0.00036559902 | 0.0043166627 | |
| 21230609 | 2 days ago | | | 0.00036559902 | 0.0060070786 |
ABI
ABI objects
Getter at block 21246718
BP_DENOMINATOR() 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)
419897730523218194299999999997400
defaultFeeBp() view returns (uint16)
0
feeOwner() view returns (address)
0x58e0bc787f7e2924063e206cda344a974e9d2adc
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
outboundAmount() view returns (uint256)
792169476776598800000000000000
owner() view returns (address)
0xdd9d411a080d967c7444a049bf878f5e4a5e23e1
precrime() view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals() view returns (uint8)
4
token() view returns (address)
0x6982508145454ce325ddbe47a25d4ec3d2311933
useCustomAdapterParams() view returns (bool)
true
Read-only
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)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
minDstGasLookup(uint16, 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 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, 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
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)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _srcChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
setUseCustomAdapterParams(bool _useCustomAdapterParams)
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)
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)
constructor(address _token, uint8 _sharedDecimals, address _layerZeroEndpoint)
This contract contains no fallback and receive objects.
This contract contains no error objects.