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 "Villains"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20222635 | 5 months ago | | | 0 | 0.00014462130 | |
| 20215642 | 5 months ago | | | 0 | 0.000039407889 | |
| 19482483 | 8 months ago | | | 0 | 0.00074945061 | |
| 19139784 | 10 months ago | | | 0 | 0.00045853430 | |
| 17644829 | a year ago | | | 0 | 0.0015302797 | |
| 16992362 | 2 years ago | | | 0 | 0.00069629022 | |
| 16992361 | 2 years ago | | | 0 | 0.0011722359 | |
| 16695232 | 2 years ago | | | 0 | 0.00071630572 | |
| 16186267 | 2 years ago | | | 0 | 0.00031927133 | |
| 15939126 | 2 years ago | | | 0 | 0.0016864174 |
ABI
ABI objects
Getter at block 21292721
maxToken() view returns (uint256)
1668
name() view returns (string)
Villains
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x7bbbab0d8d45b21e5d8c886dbad98ed45d341d15
publicSale() view returns (bool)
false
public_price() view returns (uint256)
44444000000000000
root() view returns (bytes32)
0x00000000000000000000000000000000000000737570706c7920746f20363636
symbol() view returns (string)
Villains
totalSupply() view returns (uint256)
1666
whitelistSale() view returns (bool)
false
whitelist_price() view returns (uint256)
33333000000000000
Read-only
balanceOf(address owner) view returns (uint256)
freemints(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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)
whitelistmints(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
deleteDefaultRoyalty()
flipPublicSaleState()
flipWhitelistState()
freeMint(uint256 quantity, uint256 permited, bytes32[] proof)
ownerMint(address _address, uint256 quantity)
publicMint() payable
renounceOwnership()
rescueToken(address token)
resetTokenRoyalty(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setRoot(bytes32 _root)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 quantity, uint256 permited, bytes32[] proof) payable
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(string name, string uri, bytes32 _root)
fallback()
receive()
This contract contains no error objects.