FlavaTools
Verified contract
Active on
Ethereum with 1,888 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FlavaTools"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21171723 | 6 days ago | | | 0 | 0.00073206263 | |
| 21171721 | 6 days ago | | | 0 | 0.0012795629 | |
| 20919371 | a month ago | | | 0 | 0.00034521934 | |
| 20908623 | a month ago | | | 0 | 0.00014561269 | |
| 20900273 | a month ago | | | 0 | 0.00013615505 | |
| 20464347 | 3 months ago | | | 0 | 0.00047888431 | |
| 20464344 | 3 months ago | | | 0 | 0.00045148309 | |
| 20464303 | 3 months ago | | | 0 | 0.00061926324 | |
| 20464290 | 3 months ago | | | 0 | 0.00045467345 | |
| 19909505 | 6 months ago | | | 0 | 0.00014814203 |
ABI
ABI objects
Getter at block 21212329 getWhitelistedWallets() view returns (address[])
getAvailableSupply() view returns (uint256)
500
getBalance() view returns (uint256)
0
getPrice() view returns (uint256)
390000000000000000
name() view returns (string)
FlavaTools
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0xa8286437acd9cd4f8a24c6c3a80409cced75f0a8
paused() view returns (bool)
false
symbol() view returns (string)
FLVA
totalSupply() view returns (uint256)
500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address wallet) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistedWallets(uint256) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAvailableSupply(uint256 available_supply)
setBaseURI(string baseURI)
setOnlyWhitelisted(bool _state)
setPrice(uint256 price)
setWhitelistWallets(address[] addresses)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed _address, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.