WTFoxes
Verified contract
Active on
Ethereum with 2,446 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 "WTFoxes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21130674 | 4 days ago | | | 0 | 0.00038390196 | |
| 21090477 | 10 days ago | | | 0 | 0.00014845708 | |
| 21090449 | 10 days ago | | | 0 | 0.00014539142 | |
| 21090444 | 10 days ago | | | 0 | 0.00015687234 | |
| 21090373 | 10 days ago | | | 0 | 0.00015392193 | |
| 20993404 | 23 days ago | | | 0 | 0.0010672543 | |
| 20637345 | 2 months ago | | | 0 | 0.000034275546 | |
| 20571292 | 3 months ago | | | 0 | 0.000058176000 | |
| 20565758 | 3 months ago | | | 0 | 0.000029334301 | |
| 20565758 | 3 months ago | | | 0 | 0.000029334301 |
ABI
ABI objects
Getter at block 21160511
MAX_WTFOXES() view returns (uint256)
4004
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmeLZDZXhHf8PS2VU8JPq9LhHmPMzk5ZgpGZYSp3wUqGrx/
maxWtfoxesPurchase() view returns (uint256)
10
name() view returns (string)
WTFoxes
owner() view returns (address)
0x768b27412cbc43ee4f2e6e1e428d7e1c896524b0
saleIsActive() view returns (bool)
true
symbol() view returns (string)
WTF
totalSupply() view returns (uint256)
4004
wtfoxesPrice() view returns (uint256)
44000000000000000
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)
flipSaleState()
mintWTFoxes(uint256 numberOfTokens) payable
renounceOwnership()
reserveWTFoxes()
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(string name, string symbol, uint256 maxNftSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.