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 "WOM"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20589994 | 3 months ago | | | 0 | 0.000029931401 | |
| 20054201 | 6 months ago | | | 0 | 0.00027314342 | |
| 18945050 | a year ago | | | 0 | 0.00065919375 | |
| 18238616 | a year ago | | | 0 | 0.00014785200 | |
| 18104449 | a year ago | | | 0 | 0.00019713600 | |
| 17847712 | a year ago | | | 0 | 0.00083878552 | |
| 17613680 | a year ago | | | 0 | 0.0016300061 | |
| 17363090 | a year ago | | | 0 | 0.0016726231 | |
| 17263695 | 2 years ago | | | 0 | 0.0022614010 | |
| 16947836 | 2 years ago | | | 0 | 0.0038179088 |
ABI
ABI objects
Getter at block 21268031 getAllNFTs() view returns (struct WOMSaleStruct[])
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://bafybeibyclwkmvyetlgwfb5nlh6ij4pzb5pftdj6hls6mv3s6r5u6lz3fu.ipfs.nftstorage.link/
contractURI() view returns (string)
https://bafkreigzwaadntv2cnvsn4xmfqfatdtqj3ok7h2q5b6stngznyb7bau4qy.ipfs.nftstorage.link/
customContractURI() view returns (string)
https://bafkreigzwaadntv2cnvsn4xmfqfatdtqj3ok7h2q5b6stngznyb7bau4qy.ipfs.nftstorage.link/
maxMintAmount() view returns (uint256)
10
maxNFTPerAddress() view returns (uint256)
10
maxSupply() view returns (uint256)
1000
merkleRoot() view returns (bytes32)
0x936f8c04f6a52b723cd6155584c62a1eb68fe3c26e58afc42a143900bcb216f5
name() view returns (string)
WOM
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0xcd3a1a00b031ca23b91a54b6dea0e69bcdc13df4
paused() view returns (bool)
true
symbol() view returns (string)
WOM
totalSupply() view returns (uint256)
1000
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getAnNFT(uint256 tokenId) view returns (struct WOMSaleStruct)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user, bytes32[] _merkleProof) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 _mintAmount, bytes32[] _merkleProof) 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)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setContractURI(string _newContractURI)
setMaxMintAmount(uint256 _limit)
setMaxNFTPerAddress(uint256 _limit)
setMerkleRoot(bytes32 _merkleRoot)
setOnlyWhitelisted(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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)
Sale(uint256 id, uint256 cost, uint256 timestamp, address indexed buyer, string indexed tokenURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, string _contractURI)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)