SPOODEEMOON
Verified contract
Active on
Ethereum with 14,508 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($13.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MATIC | ERC-20 | 30 | $0.453344 |
$13.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21214805 | 2 days ago | | | 0 | 0.00070291784 | |
| 21205709 | 3 days ago | | | 0 | 0.00038799571 | |
| 21177829 | 7 days ago | | | 0 | 0.00093435409 | |
| 21170108 | 8 days ago | | | 0 | 0.0011965634 | |
| 21161872 | 9 days ago | | | 0 | 0.00070576701 | |
| 21160789 | 9 days ago | | | 0 | 0.00091514388 | |
| 21110845 | 16 days ago | | | 0 | 0.00015586959 | |
| 21107837 | 17 days ago | | | 0 | 0.00044983607 | |
| 21100637 | 18 days ago | | | 0 | 0.00027082860 | |
| 21092617 | 19 days ago | | | 0 | 0.00034427576 |
ABI
ABI objects
Getter at block 21228260
NFTLimitPresale() view returns (uint256)
15
NFTLimitPublic() view returns (uint256)
15
collectionSize() view returns (uint256)
5775
currentTokenId() view returns (uint256)
5775
getNextTokenId() view returns (uint256)
5776
maxBatchSize() view returns (uint256)
10
maxNFTs() view returns (uint256)
5775
name() view returns (string)
SPOODEEMOON
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x370351ff38a5c145e23a52218d6e4b99fa3ab864
presalePrice() view returns (uint256)
0
presaleStarted() view returns (bool)
false
publicSalePrice() view returns (uint256)
0
publicSaleStarted() view returns (bool)
false
symbol() view returns (string)
SPDM
totalSupply() view returns (uint256)
5775
Read-only
NFTtracker(address) view returns (uint256)
NFTtrackerPresale(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events Airdrop(uint256 quantity, address wallet) payable
PresaleMint(uint256 quantity, bytes32[] _merkleProof) payable
PublicMint(uint256 quantity) payable
approve(address to, uint256 tokenId)
changeFounderAddress(address adr)
onERC721Received(address _operator, address _from, uint256 _tokenId, bytes _data) returns (bytes4)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setNFTHardcap(uint256 _newMax)
setNFTLimits(uint256 _newLimitPublic, uint256 _newLimitPresale)
setNewRoot(bytes32 _newRoot)
setPrices(uint256 _newPublicSalePrice, uint256 _newPresalePrice)
togglePresaleStarted()
togglePublicSaleStarted()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string baseURI)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PublicSaleMint(address mintTo, uint256 tokensCount)
Received()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI, address _founderAddress, bytes32 root)
This contract contains no fallback and receive objects.
This contract contains no error objects.