999 GEN MASKS
Verified contract
Active on
Ethereum with 1,794 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 "999 GEN MASKS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20924102 | a month ago | | | 0 | 0.00077536848 | |
| 19595167 | 7 months ago | | | 0 | 0.00035911974 | |
| 16521893 | 2 years ago | | | 0 | 0.00068924072 | |
| 15663291 | 2 years ago | | | 0 | 0.00014690968 | |
| 15557205 | 2 years ago | | | 0 | 0.000087521766 | |
| 15445990 | 2 years ago | | | 0 | 0.00076267902 | |
| 15415299 | 2 years ago | | | 0 | 0.00026413750 | |
| 15400981 | 2 years ago | | | 0 | 0.00027287080 | |
| 15377209 | 2 years ago | | | 0 | 0.00029187666 | |
| 15370908 | 2 years ago | | | 0 | 0.00046593749 |
ABI
ABI objects
Getter at block 21222106
FREE_MAX_SUPPLY() view returns (uint256)
999
MAX_PER_TX() view returns (uint256)
20
MAX_PER_TX_FREE() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
999
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://bafybeifmtdoa7utz2wawtmdsh25wqkuofh73fhy7zx7kvil553vjuneckm/
contractURI() view returns (string)
ipfs://bafybeifmtdoa7utz2wawtmdsh25wqkuofh73fhy7zx7kvil553vjuneckm/
name() view returns (string)
999 GEN MASKS
owner() view returns (address)
0x5c30b62544d37d601a5a4c12043cb06c584ef1bd
paused() view returns (bool)
false
price() view returns (uint256)
3000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
GEN MASKS
totalSupply() view returns (uint256)
1039
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)
collect()
configFREE_MAX_SUPPLY(uint256 newFreesupply)
configMAX_SUPPLY(uint256 newSupply)
configPrice(uint256 newPrice)
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
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()