The Wanderings NFT
Verified contract
Active on
Ethereum with 1,644 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 "The Wanderings NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21191737 | 12 days ago | | | 0 | 0.00031819526 | |
| 21191736 | 12 days ago | | | 0 | 0.00055304611 | |
| 21167211 | 15 days ago | | | 0 | 0.0021030836 | |
| 21123902 | 21 days ago | | | 0 | 0.00040558530 | |
| 20447798 | 4 months ago | | | 0 | 0.000062775729 | |
| 19877801 | 6 months ago | | | 0 | 0.00046739887 | |
| 19426586 | 8 months ago | | | 0 | 0.0028719844 | |
| 18817480 | a year ago | | | 0 | 0.0019654744 | |
| 18607027 | a year ago | | | 0 | 0.00088973324 | |
| 18589757 | a year ago | | | 0 | 0.00095013479 |
ABI
ABI objects
Getter at block 21274895
MAX_PER_CALL() view returns (uint256)
26
MAX_PER_CALL_PRESALE() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
4445
NFT_PRICE() view returns (uint256)
0
baseURI() view returns (string)
https://ipfs.wanderingsnft.com/ipfs/bafybeie344kgvgrwrfomj2vzjedzuikkzuu7osks4imqmll3mb536dg5di/
isMerkleSet() view returns (bool)
true
name() view returns (string)
The Wanderings NFT
owner() view returns (address)
0xa6d8a6a37469ce31cd633ac95e377f14564f0e44
paused() view returns (bool)
false
presaleOngoing() view returns (bool)
true
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
The Wanderings NFT
totalSupply() view returns (uint256)
4444
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)
presaleMintedAmounts(address) view returns (uint256)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
flipProxyState(address proxyAddress)
mint(uint256 amount) payable
mintOwner(uint256 amount)
mintPresale(uint256 amount, bytes32[] merkleProof) payable
pause()
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)
setMerkleRoot(bytes32 root)
setNftPrice(uint256 _nftPrice)
setProxyRegistryAddress(address _proxyRegistryAddress)
startPresale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address openSeaProxy)
receive()
This contract contains no error objects.