Flowtys
Verified contract
Active on
Ethereum with 9,608 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 "Flowtys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21233289 | 5 days ago | | | 0 | 0.00045300279 | |
| 21213853 | 8 days ago | | | 0 | 0.00053948647 | |
| 21209214 | 8 days ago | | | 0 | 0.00066016620 | |
| 21169870 | 14 days ago | | | 0 | 0.0012978456 | |
| 21134738 | 19 days ago | | | 0 | 0.00021141382 | |
| 21122356 | 21 days ago | | | 0 | 0.0011634030 | |
| 21096078 | 24 days ago | | | 0 | 0.00026049207 | |
| 21083385 | a month ago | | | 0 | 0.00033045990 | |
| 21083385 | a month ago | | | 0 | 0.00033105506 | |
| 21083368 | a month ago | | | 0 | 0.00027965608 |
ABI
ABI objects
Getter at block 21269595
MAX_FLOWTYS() view returns (uint256)
10000
_baseFlowtyURI() view returns (string)
https://metadata.flowtys.com/
ageBlocksThreshold() view returns (uint256)
518400
flowtyPrice() view returns (uint256)
80000000000000000
maxFlowtysPurchase() view returns (uint256)
10
name() view returns (string)
Flowtys
owner() view returns (address)
0x5bf79ed30cf295401e2bdfc4431af8b1cdf038f1
provenance() view returns (string)
saleIsActive() view returns (bool)
true
symbol() view returns (string)
FLOWTY
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getAge(uint256 tokenId) view returns (uint8)
getAgeStaringBlock(uint256 tokenId) 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()
mintFlowty(uint256 numberOfTokens) payable
renounceOwnership()
reserveFlowtys(uint256 reservedAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newuri)
setMaxFlowtysPurchase(uint256 newMax)
setMintCost(uint256 newCost)
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawForGiveaway(uint256 amount, address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
FLowtyMinted(uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.