Genesis Voxmon
Verified contract
Active on
Ethereum with 64 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 "Genesis Voxmon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14813926 | 2 years ago | | | 0 | 0.0010709944 | |
| 14419238 | 3 years ago | | | 0 | 0.0019378540 | |
| 14419216 | 3 years ago | | | 0 | 0.00060581927 | |
| 14292455 | 3 years ago | | | 0 | 0.0014303878 | |
| 14291692 | 3 years ago | | | 0 | 0.0027465444 | |
| 14281244 | 3 years ago | | | 0 | 0.0011655469 | |
| 14239780 | 3 years ago | | | 0 | 0.0038365922 | |
| 14213949 | 3 years ago | | | 0 | 0.0052707727 | |
| 14213673 | 3 years ago | | | 0 | 0.0062006245 | |
| 14213662 | 3 years ago | | | 0 | 0.0078311574 |
ABI
ABI objects
Getter at block 21176365
MAX_SUPPLY() view returns (uint16)
10000
MINT_COST() view returns (uint256)
70000000000000000
REROLL_COST() view returns (uint256)
30000000000000000
__baseURI() view returns (string)
https://voxmon.io/token/
__lockedBaseURI() view returns (string)
https://voxmon.io/locked/
artStartTime() view returns (uint256)
1649228400
defaultRoyaltyInfo() view returns (address receiver, uint96 royaltyFraction)
(receiver=0xbe18dece562dc6ec1ff5d7eda7fda4f755964481, royaltyFraction=1000)
getTotalMinted() view returns (uint256)
75
getTotalRerolls() view returns (uint256)
0
getTotalTokenURIs() view returns (uint256)
75
name() view returns (string)
Genesis Voxmon
owner() view returns (address)
0xbe18dece562dc6ec1ff5d7eda7fda4f755964481
startingTime() view returns (uint256)
1644177600
symbol() view returns (string)
VOXMN
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMetadataIdForTokenId(uint256 tokenId) view returns (uint256)
getRemainingPreReleaseMintsForAddress(address addr) view returns (uint16)
getRemainingRerollsForAddress(address addr) view returns (uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenHasRequested3DArt(uint256 tokenId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeReroll(uint256 tokenId) returns (uint256)
mint(address recipient) payable returns (uint256)
mint(address recipient, uint256 numberToMint) payable returns (uint256[])
preReleaseMint(address recipient) returns (uint256)
preReleaseMint(address recipient, uint256 numberToMint) returns (uint256[])
renounceOwnership()
request3DArt(uint256 tokenId)
reroll(uint256 tokenId) payable returns (uint256)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setArtStartingTime(uint256 newArtStartTime)
setBaseURI(string uri)
setLockedBaseURI(string uri)
setStartingTime(uint256 newStartTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateDefaultRoyalty(address newAddr, uint96 newPerc)
updateRoyaltyInfoForToken(uint256 _tokenId, address _receiver, uint96 _amountBasis)
withdraw(uint256 _amount)
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)
artRequestedEvent(address indexed requestor, uint256 tokenId)
mintEvent(address indexed recipient, uint256 tokenId, uint256 metadataId)
rerollEvent(address indexed requestor, uint256 tokenId, uint256 newMetadataId)
constructor(address addr)
This contract contains no fallback and receive objects.
This contract contains no error objects.