fees.wtf NFT
Verified contract
Active on
Ethereum with 1,318 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
No balances found for "fees.wtf NFT"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21076184 | 24 days ago | | | 0 | 0.00077508476 | |
| 21052119 | a month ago | | | 0 | 0.00026418077 | |
| 21052005 | a month ago | | | 0 | 0.00025514913 | |
| 21014121 | a month ago | | | 0 | 0.00045308548 | |
| 20958293 | a month ago | | | 0 | 0.00047275055 | |
| 20892611 | 2 months ago | | | 0 | 0.00043765550 | |
| 20754986 | 2 months ago | | | 0 | 0.000088256549 | |
| 20754958 | 2 months ago | | | 0 | 0.00026077939 | |
| 20681967 | 3 months ago | | | 0 | 0.000079772096 | |
| 20581457 | 3 months ago | | | 0 | 0.00012652536 |
ABI
ABI objects
Getter at block 21249076
metadataAddress() view returns (address)
0x9a9ded9c7deb088f49aaab70748bd26fa2506301
name() view returns (string)
fees.wtf NFT
owner() view returns (address)
0xdee79ed62b42e30ea7ebb6f1b7a3f04143d18b7f
symbol() view returns (string)
fees.wtf
totalSupply() view returns (uint256)
8610
wtfAddress() view returns (address)
0xa68dd8cb83097765263adad881af6eed479c4a33
Read-only
allInfoFor(address _owner) view returns (uint256 supply, uint256 ownerBalance)
balanceOf(address _owner) view returns (uint256)
getApproved(uint256 _tokenId) view returns (address)
getAvgGwei(uint256 _tokenId) view returns (uint256)
getFailFees(uint256 _tokenId) view returns (uint256)
getFailTxs(uint256 _tokenId) view returns (uint256)
getOwnerTokensTable(address _owner, uint256 _limit, uint256 _page, bool _isAsc) view returns (uint256[] tokenIds, address[] approveds, address[] users, uint256[7][] compressedInfos, uint256 totalTokens, uint256 totalPages)
getToken(uint256 _tokenId) view returns (address tokenOwner, address approved, address user, uint256[7] compressedInfo)
getTokenCompressedInfo(uint256 _tokenId) view returns (uint256[7] compressedInfo)
getTokens(uint256[] _tokenIds) view returns (address[] owners, address[] approveds, address[] users, uint256[7][] compressedInfos)
getTokensTable(uint256 _limit, uint256 _page, bool _isAsc) view returns (uint256[] tokenIds, address[] owners, address[] approveds, address[] users, uint256[7][] compressedInfos, uint256 totalTokens, uint256 totalPages)
getTotalDonated(uint256 _tokenId) view returns (uint256)
getTotalFees(uint256 _tokenId) view returns (uint256)
getTotalGas(uint256 _tokenId) view returns (uint256)
getTotalTxs(uint256 _tokenId) view returns (uint256)
getUser(uint256 _tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
supportsInterface(bytes4) view returns (bool)
tokenByIndex(uint256 _index) view returns (uint256)
tokenIdOf(address _user) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address _approved, uint256 _tokenId)
mint(address _receiver, uint256 _totalFees, uint256 _failFees, uint256 _totalGas, uint256 _avgGwei, uint256 _totalDonated, uint256 _totalTxs, uint256 _failTxs)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setMetadata(address _metadata)
setOwner(address _owner)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed owner, uint256 indexed tokenId, uint256 totalFees, uint256 failFees, uint256 totalGas, uint256 avgGwei, uint256 totalDonated, uint256 totalTxs, uint256 failTxs)
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.