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 "Villainz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19044867 | 10 months ago | | | 0 | 0.0010860325 | |
| 18908559 | a year ago | | | 0 | 0.0014320808 | |
| 18907388 | a year ago | | | 0 | 0.00085214501 | |
| 18880027 | a year ago | | | 0 | 0.0016451216 | |
| 18852811 | a year ago | | | 0 | 0.0011218239 | |
| 18802775 | a year ago | | | 0 | 0.00082531115 | |
| 18802579 | a year ago | | | 0 | 0.00089700241 | |
| 18485935 | a year ago | | | 0 | 0.0014858368 | |
| 17095918 | 2 years ago | | | 0 | 0.0021331630 | |
| 17069336 | 2 years ago | | | 0 | 0.0023477662 |
ABI
ABI objects
Getter at block 21222526
baseURI() view returns (string)
ipfs://bafybeidd4sykk3s5qhmhudhsyhg3i2h4kcfwnr7czztngbay5pmwtlx5i4/
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
5555
mintPrice() view returns (uint256)
8900000000000000
name() view returns (string)
Villainz
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xf9a9b3aa22266b95862e727caaad806ed0bf90f6
saleActive() view returns (bool)
false
symbol() view returns (string)
VIL
totalSupply() view returns (uint256)
2224
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
changeMintPrice(uint256 _newPrice)
mintVillainz(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setOperatorFilteringEnabled(bool value)
setSaleState()
teamMint(uint256 _amount, address _recipient)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
BalanceQueryForZeroAddress()
ExceedsMaxPerWallet()
IncorrectAmountOfEth()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotEOA()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotActive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()