Dead Cute Sugar Skulls
Verified contract
Active on
Ethereum with 2,901 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 "Dead Cute Sugar Skulls"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147695 | a month ago | | | 0 | 0.00031944344 | |
| 20853873 | 3 months ago | | | 0 | 0.00025127929 | |
| 20801367 | 3 months ago | | | 0 | 0.00041352701 | |
| 20549480 | 4 months ago | | | 0 | 0.00011594805 | |
| 20478936 | 4 months ago | | | 0 | 0.00016885223 | |
| 20383238 | 5 months ago | | | 0 | 0.00014159168 | |
| 20296999 | 5 months ago | | | 0 | 0.00039001791 | |
| 20296964 | 5 months ago | | | 0 | 0.00035094251 | |
| 20199624 | 6 months ago | | | 0 | 0.000091071371 | |
| 20167721 | 6 months ago | | | 0 | 0.00056738097 |
ABI
ABI objects
Getter at block 21431834
maxTokenMint() view returns (uint256)
1
maxTokens() view returns (uint256)
10000
name() view returns (string)
Dead Cute Sugar Skulls
notRevealedURI() view returns (string)
ipfs://QmSQ74x1xgh9rP8R9t7EVEAVmQrJNDF8TbXGuzCTMVUeWG/
owner() view returns (address)
0xd41669674e37b1967450c619a6242c9b767787ba
publicMintActive() view returns (bool)
true
remainingSupply() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
SKULLS
tokenReserve() view returns (uint256)
0
totalSupply() view returns (uint256)
10000
Read-only
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
lowerMaxSupply(uint256 _newMax)
publicMint(uint256 _numberOfTokens)
renounceOwnership()
reserveTokens(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxTokenMint(uint256 _newMaxTokenMint)
setNotRevealedURI(string _newURI)
setTokenReserve(uint256 _newTokenReserve)
togglePublicMint()
toggleReveal()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()