TheStillLifeOfFlowers
Verified contract
Active on
Ethereum with 1,718 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 "TheStillLifeOfFlowers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18904748 | a year ago | | | 0 | 0.00061607864 | |
| 16634886 | 2 years ago | | | 0 | 0.0019693077 | |
| 16391835 | 2 years ago | | | 0 | 0.0013240309 | |
| 16318905 | 2 years ago | | | 0 | 0.00065124385 | |
| 16309763 | 2 years ago | | | 0 | 0.00075943022 | |
| 16308763 | 2 years ago | | | 0 | 0.00085063894 | |
| 16308279 | 2 years ago | | | 0 | 0.00094156792 | |
| 16307960 | 2 years ago | | | 0 | 0.00072869471 | |
| 16307913 | 2 years ago | | | 0 | 0.00074685120 | |
| 16306540 | 2 years ago | | | 0 | 0.00091939668 |
ABI
ABI objects
Getter at block 21305075
MAX_PER_TRANSACTION() view returns (uint256)
2
MAX_PER_WALLET() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
1500
MINT_PRICE() view returns (uint256)
10000000000000000
name() view returns (string)
The Still Life Of Flowers
owner() view returns (address)
0xd5f6fa5b2527af6acb6d5792a0313cda09d7399e
paused() view returns (bool)
true
symbol() view returns (string)
TheStillLifeOfFlowers
totalSupply() view returns (uint256)
1500
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedCount(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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSale()
mint(uint256 _quantity) payable
renounceOwnership()
reserves(uint256 numToReserve)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseUri)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()