Sugar Skullz
Verified contract
Active on
Ethereum with 2,756 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Sugar Skullz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241497 | 2 days ago | | | 0 | 0.00020455375 | |
| 21230962 | 4 days ago | | | 0 | 0.00067635284 | |
| 21132131 | 17 days ago | | | 0 | 0.00091915200 | |
| 20608818 | 3 months ago | | | 0 | 0.000037481409 | |
| 20007397 | 6 months ago | | | 0 | 0.00027257551 | |
| 19919912 | 6 months ago | | | 0 | 0.00093942091 | |
| 19579242 | 8 months ago | | | 0 | 0.00098803955 | |
| 19113132 | 10 months ago | | | 0 | 0.00053062000 | |
| 18999993 | 10 months ago | | | 0 | 0.00041987639 | |
| 18886633 | a year ago | | | 0 | 0.00089590027 |
ABI
ABI objects
Getter at block 21257039
gasPassPrice() view returns (uint256)
40000000000000000
getStatus() view returns (uint8)
2
isActive() view returns (bool)
true
maxSupply() view returns (uint256)
8000
name() view returns (string)
Sugar Skullz
owner() view returns (address)
0xc90e7db1e3b3daef48c3f171978bdc4f0d02c98b
preSaleStart() view returns (uint256)
1650409200
provenance() view returns (string)
94a9cad7ae9174896801d319fde9d0f5f1f384ec02869baf6c24ce11059b8bf7
publicLimit() view returns (uint256)
999
publicPrice() view returns (uint256)
0
publicStart() view returns (uint256)
1650495600
symbol() view returns (string)
SKULLZ
totalSupply() view returns (uint256)
8000
whitelistPrice() view returns (uint256)
60000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
gasPassLimit(address) view returns (uint256)
gasPassMinted(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getLastTransfer(uint256 _tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
whitelistLimit(address) view returns (uint256)
whitelistMinted(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
mintPresale(uint256 _gasPassAmount, uint256 _whitelistAmount, uint256 _gasPassLimit, uint256 _whitelistLimit, bytes32[] _gasPassProof, bytes32[] _gasPassLimitProof, bytes32[] _whitelistProof, bytes32[] _whitelistLimitProof) payable
mintPublic(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive()
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setGasPassLimit(address _address, uint256 _gasPassLimit)
setGasPassRoot(bytes32 _gasPassRoot)
setPrices(uint256 _publicPrice, uint256 _whitelistPrice, uint256 _gasPassPrice)
setProvenance(string _provenance)
setPublicLimit(uint256 _publicLimit)
setTime(uint256 _preSaleStart, uint256 _publicStart)
setWhitelistLimit(address _address, uint256 _whitelistLimit)
setWhitelistRoot(bytes32 _whitelistRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()