Villainous
Verified contract
Active on
Ethereum with 35 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x318c…effe
Balances ($0.00)
No balances found for "Villainous"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18903369 | a year ago | | | 0 | 0.00057248583 | |
| 14822276 | 3 years ago | | | 0 | 0.00092169530 | |
| 14636742 | 3 years ago | | | 0 | 0.0041822040 | |
| 14636741 | 3 years ago | | | 0 | 0.0036689730 | |
| 14636735 | 3 years ago | | | 0 | 0.0042778120 | |
| 14636732 | 3 years ago | | | 0 | 0.0048428580 | |
| 14636728 | 3 years ago | | | 0 | 0.0042598380 | |
| 14636725 | 3 years ago | | | 0 | 0.0043472910 | |
| 14445091 | 3 years ago | | | 0 | 0.0012091796 | |
| 14371984 | 3 years ago | | | 0 | 0.0012563840 |
ABI
ABI objects
Getter at block 21325681
accountBalance() view returns (uint256)
0
isMinter() view returns (bool)
false
maxTokens() view returns (uint256)
500
mintCost() view returns (uint256)
50000000000000000
name() view returns (string)
Villainous
owner() view returns (address)
0xc23027893c712cba2cbca990b27d2d3ad5315b7d
saleLaunchTime() view returns (uint256)
1640906489
saleState() view returns (uint8)
1
symbol() view returns (string)
VIL
totalSupply() view returns (uint256)
49
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)
initialMint(address[] listOfMinters)
mint(uint256 number) payable
openSale()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.