Kanpai Pandas
Verified contract
Active on
Ethereum with 22,525 txns
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 "Kanpai Pandas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21162923 | 41 minutes ago | | | 0 | 0.00060077400 | |
| 21161489 | 5 hours ago | | | 0 | 0.00061910782 | |
| 21161006 | 7 hours ago | | | 0 | 0.00067058501 | |
0xa22cb465 | 21158101 | 17 hours ago | | | 0 | 0.00063832491 | |
0xa22cb465 | 21158094 | 17 hours ago | | | 0 | 0.00067938410 | |
0xa22cb465 | 21158089 | 17 hours ago | | | 0 | 0.00066541421 | |
0xa22cb465 | 21158085 | 17 hours ago | | | 0 | 0.00064891073 | |
0xa22cb465 | 21158073 | 17 hours ago | | | 0 | 0.00068445476 | |
| 21154433 | a day ago | | | 0 | 0.00047392153 | |
| 21154422 | a day ago | | | 0 | 0.00056300314 |
ABI
ABI objects
Getter at block 21163127
baseTokenURI() view returns (string)
https://prod.kanpaidev.com/api/token/
contractURI() view returns (string)
ipfs://bafybeic5ac3xzrprkovaiz4zxojo4ffdwu4ggzhxhr2qs5ev2j577y74je
customName() view returns (string)
Kanpai Pandas
customSymbol() view returns (string)
YKPS
endMintId() view returns (uint256)
1999
erc721Contract() view returns (address)
0x89d0d027bd1e9e4449b8d7975c8cc8e6b0a58b59
getLzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
name() view returns (string)
Kanpai Pandas
owner() view returns (address)
0xd77ec5ba85742194487ac7218d2775b8b2da40ae
paused() view returns (bool)
false
reveal() view returns (bool)
true
startHonoraryMintId() view returns (uint256)
10052
startMintId() view returns (uint256)
2000
symbol() view returns (string)
YKPS
Read-only
balanceOf(address owner) view returns (uint256)
failedMessages(uint16, bytes, uint256) view returns (bytes32)
getApproved(uint256 tokenId) view returns (address)
getConfig(uint16, uint16 _chainId, address, uint256 _configType) view returns (bytes)
getTrustedRemote(uint16 _chainId) view returns (bytes)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events activateReveal()
approve(address to, uint256 tokenId)
assignNewONFT(uint256 amount)
estimateSendFee(uint16 _dstChainId, bytes _toAddress, uint256 _tokenId, bool _payInZRO, bytes _adapterParams) returns (uint256 nativeFee, uint256 _zroFee)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
mintHonorary(address to)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
pauseSendTokens(bool pause)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
send(uint16 _dstChainId, bytes _toAddress, uint256 _tokenId, address _refundAddress, address _zroPaymentAddress, bytes _adapterParam) payable
sendFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256 _tokenId, address _refundAddress, address _zroPaymentAddress, bytes _adapterParam) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setContractURI(string _contractURI)
setName(string name)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setSymbol(string symbol)
setTrustedRemote(uint16 _srcChainId, bytes _srcAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ReceiveFromChain(uint16 _srcChainId, address _toAddress, uint256 _tokenId, uint64 _nonce)
SendToChain(address indexed _sender, uint16 indexed _dstChainId, bytes indexed _toAddress, uint256 _tokenId, uint64 _nonce)
SetTrustedRemote(uint16 _srcChainId, bytes _srcAddress)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _symbol, string _baseTokenURI, address _layerZeroEndpoint, uint256 _startMintId, uint256 _endMintId, uint256 _startHonoraryMintId, address _erc721Address)
This contract contains no fallback and receive objects.
This contract contains no error objects.