Villains by Felt Zine
Verified contract
Active on
Ethereum with 669 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Villains by Felt Zine"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20650561 | 3 months ago | | | 0 | 0.00013010781 | |
| 20195952 | 5 months ago | | | 0 | 0.00011180890 | |
| 19748049 | 7 months ago | | | 0 | 0.00014179147 | |
| 19522756 | 8 months ago | | | 0 | 0.0013196017 | |
| 19204557 | 9 months ago | | | 0 | 0.0020813230 | |
| 19203670 | 9 months ago | | | 0 | 0.0032144819 | |
| 19042647 | 10 months ago | | | 0 | 0.0016174479 | |
| 18908689 | a year ago | | | 0 | 0.00058968550 | |
| 18908541 | a year ago | | | 0 | 0.00062894780 | |
| 18904385 | a year ago | | | 0 | 0.00063340703 |
ABI
ABI objects
Getter at block 21258239
LICENSE_TEXT() view returns (string)
MAX_VILLAINS() view returns (uint256)
5000
VILLAINS_PROVENANCE() view returns (string)
VillainReserve() view returns (uint256)
0
VillainsPrice() view returns (uint256)
50000000000000000
baseURI() view returns (string)
https://villains.feltzine.art/api/
maxVillainsPurchase() view returns (uint256)
10
name() view returns (string)
Villains by Felt Zine
owner() view returns (address)
0x5e080d8b14c1da5936509c2c9ef0168a19304202
saleIsActive() view returns (bool)
false
symbol() view returns (string)
VILL
totalSupply() view returns (uint256)
865
Read-only
VillainNames(uint256) view returns (string)
VillainNamesOfOwner(address _owner) view returns (string[])
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)
tokenLicense(uint256 _id) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
viewVillainName(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeLicense(string _license)
changeVillainName(uint256 _tokenId, string _name)
flipSaleState()
lockLicense()
mintVillain(uint256 numberOfTokens) payable
renounceOwnership()
reserveVillains(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
VillainNameChange(address _by, uint256 _tokenId, string _name)
licenseisLocked(string _licenseText)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.