CedenKeystoneV1
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 45 additional slots
20 additional
variables
Balances ($0.00)
No balances found for "CedenKeystoneV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CedenKeystoneV1"
ABI
ABI objects
Getter at block 21208938
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
FUNCTION_TYPE_SEND() view returns (uint16)
1
baseTokenURI() view returns (string)
claimerAddress() view returns (address)
0x0000000000000000000000000000000000000000
exclusiveWindow() view returns (bool)
false
feeCollectorAddress() view returns (address)
0x0000000000000000000000000000000000000000
freeMintsLeft() view returns (uint256)
0
isOperatorFilterRegistryRevoked() view returns (bool)
false
lzEndpoint() view returns (address)
0x0000000000000000000000000000000000000000
maxMintId() view returns (uint256)
0
minGasToTransferAndStore() view returns (uint256)
0
name() view returns (string)
nextMintId() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
precrime() view returns (address)
0x0000000000000000000000000000000000000000
price() view returns (uint256)
0
stableToken() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Read-only
allowList(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
dstChainIdToBatchLimit(uint16) view returns (uint256)
dstChainIdToTransferGas(uint16) view returns (uint256)
estimateSendBatchFee(uint16 _dstChainId, bytes _toAddress, uint256[] _tokenIds, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
estimateSendFee(uint16 _dstChainId, bytes _toAddress, uint256 _tokenId, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16, bytes, uint64) view returns (bytes32)
freeMintList(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getConfig(uint16 _version, uint16 _chainId, address, uint256 _configType) view returns (bytes)
getTrustedRemoteAddress(uint16 _remoteChainId) view returns (bytes)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
minDstGasLookup(uint16, uint16) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payloadSizeLimitLookup(uint16) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
storedCredits(bytes32) view returns (uint16 srcChainId, address toAddress, uint256 index, bool creditsRemain)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events addToAllowList(address _address, uint256 _amount)
addToFreeMintList(address _address, uint256 _amount)
approve(address operator, uint256 tokenId)
claim(address _receiver, uint256[] _tokenIds)
clearCredits(bytes _payload)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
initialize(string _name, string _symbol, uint256 _minGasToStore, address _layerZeroEndpoint, address _stableTokenAddress, uint256 _stableTokenDecimals, address _feeCollectorAddress, address _claimerAddress)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
mint(uint256 _quantity)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
pause()
removeFromFreeMintList(address _address)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
revokeOperatorFilterRegistry()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
sendBatchFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256[] _tokenIds, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
sendFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256 _tokenId, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setDstChainIdToBatchLimit(uint16 _dstChainId, uint256 _dstChainIdToBatchLimit)
setDstChainIdToTransferGas(uint16 _dstChainId, uint256 _dstChainIdToTransferGas)
setExclusiveWindow(bool _exclusiveWindow)
setMaxMintId(uint256 _maxMintId)
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setMinGasToTransferAndStore(uint256 _minGasToTransferAndStore)
setMintPrice(uint256 _price)
setPayloadSizeLimit(uint16 _dstChainId, uint256 _size)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _srcChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreditCleared(bytes32 _hashedPayload)
CreditStored(bytes32 _hashedPayload, bytes _payload)
Initialized(uint8 version)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
OperatorFilterRegistryRevoked()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ReceiveFromChain(uint16 indexed _srcChainId, bytes indexed _srcAddress, address indexed _toAddress, uint256[] _tokenIds)
RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash)
SendToChain(uint16 indexed _dstChainId, address indexed _from, bytes indexed _toAddress, uint256[] _tokenIds)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyRevoked()
OnlyOwner()
OperatorNotAllowed(address operator)