Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb9ef…d8a0
Balances ($0.00)
No balances found for "wolfette"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17845074 | a year ago | | | 0 | 0.00069542158 | |
| 16990197 | 2 years ago | | | 0 | 0.0014027977 | |
| 16435521 | 2 years ago | | | 0 | 0.0022616797 | |
| 16415736 | 2 years ago | | | 0 | 0.00086116114 | |
| 15197380 | 2 years ago | | | 0 | 0.00024368367 | |
| 15197380 | 2 years ago | | | 0 | 0.00046770146 | |
| 15186767 | 2 years ago | | | 0 | 0.0014861677 | |
| 15116861 | 2 years ago | | | 0 | 0.0025946800 | |
| 14978186 | 2 years ago | | | 0 | 0.00099239040 | |
| 14842220 | 3 years ago | | | 0 | 0.0010214935 |
ABI
ABI objects
Getter at block 21394863
admin_mint() view returns (uint256)
0
mintPrice() view returns (uint256)
60000000000000000
name() view returns (string)
wolfette
owner() view returns (address)
0xe01857c3e353699ad052f48189611a14ef7d7ed9
privateSaleIsActive() view returns (bool)
false
publicSaleIsActive() view returns (bool)
true
reserved() view returns (uint256)
333
revealed() view returns (bool)
true
symbol() view returns (string)
wolfette
token() view returns (address)
0xb9efc0972c19ebb2e83988c073f083b67244d8a0
totalSupply() view returns (uint256)
247
user_mint() view returns (uint256)
247
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMessageHash(address _to) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whiteListMinted(address) view returns (uint256)
State-modifying
Events _setbaseURI(string _baseUri)
approve(address to, uint256 tokenId)
batchMintByOwner(address[] mintAddressList, uint256[] quantityList)
freeMinting()
mintByOwner(address _to, uint256 quantity)
mintByUser(uint256 quantity, bytes signature) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintPrice(uint256 newPrice)
setPrivateSaleStatus()
setPublicSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.