PancakeSwap Token
Verified contract
Active on
Base with 76,790 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($116.75)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 95.171827 | $1.00 |
$95.17 | |
Cake | ERC-20 | 11.00792 | $1.96 |
$21.58 | |
USA | ERC-20 | 1 | $0.000786 |
$0 | |
MUMIN | ERC-20 | 10K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 698.622432 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22744445 | 14 minutes ago | | | 0 | 3.6213758e-7 | |
| 22744280 | 20 minutes ago | | | 0 | 3.4870677e-7 | |
| 22743536 | an hour ago | | | 0 | 6.4646595e-7 | |
| 22743425 | an hour ago | | | 0 | 0.0000049407096 | |
| 22743013 | an hour ago | | | 0 | 3.3592785e-7 | |
| 22742851 | an hour ago | | | 0 | 3.3166072e-7 | |
| 22742739 | an hour ago | | | 0 | 0.0000049407096 | |
| 22741834 | 2 hours ago | | | 0 | 2.4535040e-7 | |
| 22741759 | 2 hours ago | | | 0 | 0.0000049381490 | |
| 22741520 | 2 hours ago | | | 0 | 0.0000049714363 |
ABI
ABI objects
Getter at block 22744866
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)
142086638944580000000000
decimals() pure returns (uint8)
18
defaultFeeBp() view returns (uint16)
0
feeOwner() view returns (address)
0xddaf25d9363f852122d0c80ba33e7c613e8abb47
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
name() view returns (string)
PancakeSwap Token
owner() view returns (address)
0xddaf25d9363f852122d0c80ba33e7c613e8abb47
paused() view returns (bool)
false
precrime() view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals() view returns (uint8)
8
symbol() view returns (string)
Cake
token() view returns (address)
0x3055913c90fcc1a6ce9a358911721eeb942013a1
totalSupply() view returns (uint256)
142086638944580000000000
useCustomAdapterParams() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
chainIdToFeeBps(uint16) view returns (uint16 feeBP, bool enabled)
chainIdToInboundCap(uint16) view returns (uint256)
chainIdToLastReceivedTimestamp(uint16) view returns (uint256)
chainIdToLastSentTimestamp(uint16) view returns (uint256)
chainIdToOutboundCap(uint16) view returns (uint256)
chainIdToReceivedTokenAmount(uint16) view returns (uint256)
chainIdToSentTokenAmount(uint16) view returns (uint256)
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)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
callOnOFTReceived(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _from, address _to, uint256 _amount, bytes _payload, uint256 _gasForCall)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
pause()
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)
setInboundCap(uint16 chainId, uint256 cap)
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setOutboundCap(uint16 chainId, uint256 cap)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _srcChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
setUseCustomAdapterParams(bool _useCustomAdapterParams)
setWhitelist(address addr, bool isWhitelist)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
CallOFTReceivedSuccess(uint16 indexed _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _hash)
DropFailedMessage(uint16 srcChainId, bytes srcAddress, uint64 nonce)
FallbackWithdraw(address indexed to, uint256 amount)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
NonContractAddress(address _address)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
SetInboundCap(uint16 indexed chainId, uint256 cap)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetOperator(address newOperator)
SetOutboundCap(uint16 indexed chainId, uint256 cap)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
SetUseCustomAdapterParams(bool _useCustomAdapterParams)
SetWhitelist(address indexed addr, bool isWhitelist)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _lzEndpoint)
This contract contains no fallback and receive objects.
ExceedInboundCap(uint256 cap, uint256 amount)
ExceedOutboundCap(uint256 cap, uint256 amount)