Genzee
Verified contract
Active on
Ethereum with 16,620 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GZ | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247181 | a day ago | | | 0 | 0.00062483321 | |
| 21239707 | 2 days ago | | | 0 | 0.00099898523 | |
| 21239703 | 2 days ago | | | 0 | 0.00084900154 | |
| 21239699 | 2 days ago | | | 0 | 0.0010182705 | |
| 21224394 | 5 days ago | | | 0 | 0.0010291974 | |
| 21172992 | 12 days ago | | | 0 | 0.0015039220 | |
| 21161635 | 13 days ago | | | 0 | 0.00061979836 | |
| 21148400 | 15 days ago | | | 0 | 0.00045828181 | |
| 21147267 | 15 days ago | | | 0 | 0.00035737665 | |
| 21032401 | a month ago | | | 0 | 0.00071282359 |
ABI
ABI objects
Getter at block 21257599
RESERVED_TOKENS() view returns (uint256)
100
TOTAL_TOKENS() view returns (uint256)
10001
baseURI() view returns (string)
https://api.oddworx.com/genzee?id=
name() view returns (string)
Genzee
owner() view returns (address)
0x79a920f4f0d142264f147d5840248a8c0ca346d8
provenance() view returns (string)
295c7da6b447ff01c7859920fdb0b2f20d3c7b57387f0558dfa3c67eb18162c1
reservedsLeft() view returns (uint256)
0
saleIsActive() view returns (bool)
true
startingIndex() view returns (uint256)
728
symbol() view returns (string)
GZ
threshold() view returns (uint256)
9901
tokensLeft() view returns (uint256)
0
totalSupply() view returns (uint256)
10001
totalSupplyMinusReserved() view returns (uint256)
9901
tripleUnitPrice() view returns (uint256)
60000000000000000
unitPrice() view returns (uint256)
70000000000000000
Read-only
allGenzeesOfWallet(address owner) 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 approve(address to, uint256 tokenId)
claimReserved(address to, uint256 amount)
mintOneGenzee() payable
mintThreeGenzee() payable
pauseSale()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setProvenance(string provenanceHash)
setStartingIndex()
startSale(uint256 newThreshold)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePrice(uint256 newUnitPrice, uint256 newTripleUnitPrice)
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(address payoutAddress, address devAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.