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 "SteezyGenesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21182541 | 4 days ago | | | 0 | 0.0012406905 | |
| 21164658 | 6 days ago | | | 0 | 0.00088698276 | |
| 21146046 | 9 days ago | | | 0 | 0.00059196442 | |
| 21146004 | 9 days ago | | | 0 | 0.00092715149 | |
| 21027835 | 25 days ago | | | 0 | 0.00027995881 | |
| 21027732 | 25 days ago | | | 0 | 0.00028944438 | |
| 21027679 | 25 days ago | | | 0 | 0.00027398493 | |
| 21027529 | 25 days ago | | | 0 | 0.00038935510 | |
| 20982247 | a month ago | | | 0 | 0.00041497160 | |
| 20920778 | a month ago | | | 0 | 0.00057630337 |
ABI
ABI objects
Getter at block 21209137
MAX_SUPPLY() view returns (uint16)
444
counter() view returns (uint16)
444
freemintRoot() view returns (bytes32)
0x32974a99fc908c07589f48915313f610fe708aa9b1b45d6b181fae7d46650a9e
name() view returns (string)
SteezyGenesis
owner() view returns (address)
0xfcb55c98c6d6d30b805cc388dc18468e01f5773b
price() view returns (uint256)
200000000000000000
saleState() view returns (uint8)
0
symbol() view returns (string)
$TEEZ
whitelistRoot() view returns (bytes32)
0xf333bfc1a3e5e3314beb206775f07954241bd75b072fdb63ecc7385e9960617e
Read-only
addressToFreemint(address) view returns (bool)
addressToWhitelist(address) view returns (bool)
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)
burn(uint256 tokenId)
changeSaleState(uint8 state)
freeMint(bytes32[] proof, uint8 amount)
mint(bytes32[] proof, uint8 amount) payable
renounceOwnership()
reserveTokens(uint16 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreemintRoot(bytes32 root)
setPrice(uint256 newPrice)
setWhitelistRoot(bytes32 root)
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.
This contract contains no error objects.