Wanderers
Verified contract
Active on
Ethereum with 15,900 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2780…3229
Balances ($0.00)
No balances found for "Wanderers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21302964 | 6 hours ago | | | 0 | 0.00072015671 | |
| 21292823 | 2 days ago | | | 0 | 0.00037798541 | |
| 21292821 | 2 days ago | | | 0 | 0.00038959072 | |
| 21292352 | 2 days ago | | | 0 | 0.00035062270 | |
| 21282017 | 3 days ago | | | 0 | 0.00082327096 | |
| 21282016 | 3 days ago | | | 0 | 0.00083788381 | |
| 21280266 | 3 days ago | | | 0 | 0.0014339003 | |
| 21268042 | 5 days ago | | | 0 | 0.00041951435 | |
| 21264114 | 6 days ago | | | 0 | 0.00054890304 | |
| 21261397 | 6 days ago | | | 0 | 0.00070842718 |
ABI
ABI objects
Getter at block 21304877
fundsTo() view returns (address)
0x2780be80ba18d0c27540b9cd75e3c49a58c33229
maxPerTx() view returns (uint256)
16
maxSupply() view returns (uint256)
8888
name() view returns (string)
Wanderers
owner() view returns (address)
0xd0214b7e8a7821a5cb07024bc00d64ece8cc1067
pricePer() view returns (uint256)
80000000000000000
sale() view returns (bool)
true
symbol() view returns (string)
WANDERER
totalSupply() view returns (uint256)
8887
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)
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)
burn(uint256 tokenId)
claimBalance()
enableSale()
preMint(address to, uint256 quantity)
renounceOwnership()
safeMint(address to, uint256 quantity) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateFundsTo(address newFundsTo)
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 fundsTo_, uint256 maxSupply_, uint256 maxPerTx_, uint256 pricePer_)
This contract contains no fallback and receive objects.
This contract contains no error objects.