SmashverseNFTByMetadrop
Verified contract
Active on
Ethereum with 6,993 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8888…eaa4
0x0000…ea8f
15 additional
variables
Balances ($0.00)
No balances found for "SmashverseNFTByMetadrop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102438 | 18 days ago | | | 0 | 0.00025001606 | |
| 21102346 | 18 days ago | | | 0 | 0.00020285640 | |
| 21043459 | a month ago | | | 0 | 0.0010223229 | |
| 20992861 | a month ago | | | 0 | 0.0023043236 | |
| 20981428 | a month ago | | | 0 | 0.00035597350 | |
| 20756208 | 2 months ago | | | 0 | 0.00014709541 | |
| 20748074 | 2 months ago | | | 0 | 0.000068614730 | |
| 20720198 | 2 months ago | | | 0 | 0.00030539361 | |
| 20689468 | 2 months ago | | | 0 | 0.000056802237 | |
| 20686492 | 2 months ago | | | 0 | 0.00026052244 |
ABI
ABI objects
Getter at block 21229719
FUNCTION_TYPE_SEND() view returns (uint16)
1
NO_EXTRA_GAS() view returns (uint256)
0
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
arweaveURI() view returns (string)
ar://
baseContract() view returns (address)
0x0000000000000000000000000000000000000000
epsComposeThis() view returns (address)
0x8888888888885e891f3722cc111107e4ce36eaa4
epsDeligateRegister() view returns (address)
0x0000000000000af8fe6e4de40f4804c90fa8ea8f
ipfsURI() view returns (string)
ipfs://QmRdtMjut9x7Aj4shiw5WrXWLiDFvenm6f2fXChgemJfhv/
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
maxStakingDurationInDays() view returns (uint256)
0
maxSupply() view returns (uint256)
7500
metadataLocked() view returns (bool)
false
mintingComplete() view returns (bool)
false
name() view returns (string)
Smashverse
owner() view returns (address)
0xbf9f7e7046b7a90a759cdc06ced11be634aada56
positionProof() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
preReveal() view returns (bool)
false
preRevealURI() view returns (string)
ar://
precrime() view returns (address)
0x0000000000000000000000000000000000000000
primarySaleContract() view returns (address)
0x7233811ede01bbee955f64065f8262994de8a1ea
recordedRandomWord() view returns (uint256)
0
remainingSupply() view returns (uint256)
868
symbol() view returns (string)
SMASH
totalBurned() view returns (uint256)
331
totalMinted() view returns (uint256)
6632
totalSupply() view returns (uint256)
6301
totalUnminted() view returns (uint256)
868
useArweave() view returns (bool)
false
useCustomAdapterParams() view returns (bool)
false
useEPS_CT() view returns (bool)
false
vrfStartPosition() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
beneficiaryOf(uint256 tokenId_) view returns (address beneficiary_, uint8 beneficiaryType_)
estimateSendFee(uint16 _dstChainId, bytes _toAddress, uint256 _tokenId, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16, bytes, uint64) view returns (bytes32)
getApproved(uint256 tokenId) view returns (address)
getConfig(uint16 _version, uint16 _chainId, address, uint256 _configType) view returns (bytes)
getTrustedRemoteAddress(uint16 _remoteChainId) view returns (bytes)
inStakedPeriod(uint256 tokenId) view returns (bool)
inVestingPeriod(uint256 tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
minDstGasLookup(uint16, uint16) view returns (uint256)
offChainOwner(uint256) view returns (address)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
stakedOwnerOf(uint256 tokenId) view returns (address)
stakingEndDateForToken(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId_) view returns (string)
trustedRemoteLookup(uint16) view returns (bytes)
vestedOwnerOf(uint256 tokenId) view returns (address)
vestingEndDateForToken(uint256) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
deleteDefaultRoyalty()
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
getStartPosition() returns (uint256)
lockURIs()
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
mint(uint256 quantityToMint_, address to_, uint256 vestingInDays_)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
sendFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256 _tokenId, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
setApprovalForAll(address operator, bool approved)
setBaseContract(address baseContract_)
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setDefaultRoyalty(address recipient, uint96 fraction)
setEPSComposeThisAddress(address epsComposeThis_)
setEPSDelegateRegisterAddress(address epsDelegateRegister_)
setEPS_CTOff()
setEPS_CTOn()
setMaxStakingPeriod(uint16 maxStakingDurationInDays_)
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setMintingCompleteForeverCannotBeUndone(string confirmation_)
setPositionProof(bytes32 positionProof_)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _srcChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
setURIs(string preRevealURI_, string arweaveURI_, string ipfsURI_)
setUseCustomAdapterParams(bool _useCustomAdapterParams)
setVRFCallbackGasLimit(uint32 vrfCallbackGasLimit_)
setVRFKeyHash(bytes32 vrfKeyHash_)
setVRFRequestConfirmations(uint16 vrfRequestConfirmations_)
setVRFSubscriptionId(uint64 vrfSubscriptionId_)
stake(uint256[] tokenIds_, uint256 stakingInDays_)
switchImageSource(bool useArweave_)
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)
BaseContractSet(address baseContract)
EPSComposeThisUpdated(address epsComposeThisAddress)
EPSDelegateRegisterUpdated(address epsDelegateRegisterAddress)
EPS_CTTurnedOff()
EPS_CTTurnedOn()
MaxStakingDurationSet(uint16 maxStakingDurationInDays)
MerkleRootSet(bytes32 merkleRoot)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RandomNumberReceived(uint256 indexed requestId, uint256 randomNumber)
ReceiveFromChain(uint16 indexed _srcChainId, bytes indexed _srcAddress, address indexed _toAddress, uint256 _tokenId)
RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash)
Revealed()
SendToChain(uint16 indexed _dstChainId, address indexed _from, bytes indexed _toAddress, uint256 _tokenId)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
SetUseCustomAdapterParams(bool _useCustomAdapterParams)
TokenStaked(address indexed staker, uint256 indexed tokenId, uint256 indexed stakingEndDate)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
VRFPositionSet(uint256 VRFPosition)
VestingAddressSet(address vestingAddress)
constructor(address primarySaleContract_, uint256 supply_, uint256 baseChain_, address epsDelegateRegister_, address epsComposeThis_, address vrfCoordinator_, bytes32 vrfKeyHash_, uint64 vrfSubscriptionId_, address royaltyReceipientAddress_, uint96 royaltyPercentageBasisPoints_)
This contract contains no fallback and receive objects.
AdapterParamsMustBeEmpty()
CallerNotTokenOwnerOrApproved()
CannotStakeForZeroDays()
DestinationIsNotTrustedSource()
GasLimitIsTooLow()
IncorrectConfirmationValue()
IncorrectETHPayment()
InvalidAdapterParams()
InvalidAddress()
InvalidEndpointCaller()
InvalidMinGas()
InvalidSourceSendingContract()
InvalidToken()
MaxPublicMintAllowanceExceeded(uint256 requested, uint256 alreadyMinted, uint256 maxAllowance)
MetadataIsLocked()
MinGasLimitNotSet()
MintingIsClosedForever()
NoTrustedPathRecord()
OnlyCoordinatorCanFulfill(address have, address want)
OperatorNotAllowed(address operator)
PositionProofAlreadySet()
ProofInvalid()
QuantityExceedsRemainingSupply()
RequestingMoreThanRemainingAllocation(uint256 requested, uint256 remainingAllocation)
StakingDurationExceedsMaximum(uint256 requestedStakingDuration, uint256 maxStakingDuration)
ThisIsTheBaseContract()
ThisMintIsClosed()
TransferFailed()
VRFAlreadySet()
VestingAddressIsLocked()
baseChainOnly()