Flower Fam New Generation
Verified contract
Active on
Ethereum with 393 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 "Flower Fam New Generation"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20195181 | 4 months ago | | | 0 | 0.000042783039 | |
| 19233562 | 9 months ago | | | 0 | 0.00068317459 | |
| 18920971 | 10 months ago | | | 0 | 0.00049210232 | |
| 18902659 | 10 months ago | | | 0 | 0.00062243729 | |
| 18546769 | a year ago | | | 0 | 0.0014857599 | |
| 18546667 | a year ago | | | 0 | 0.0015010392 | |
| 18369128 | a year ago | | | 0 | 0.00034572327 | |
| 18368914 | a year ago | | | 0 | 0.00039343196 | |
| 18368869 | a year ago | | | 0 | 0.00029432667 | |
| 18354787 | a year ago | | | 0 | 0.00035045516 |
ABI
ABI objects
Getter at block 21160945
baseURIString() view returns (string)
https://storage.googleapis.com/flowerfam/metadata/newgen/
name() view returns (string)
Flower Fam New Generation
openseaProxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
owner() view returns (address)
0xc2d92613244175cb2f52bf1eace9a4f69943600c
startTokenId() pure returns (uint256)
7000
symbol() view returns (string)
FFNG
totalSupply() view returns (uint256)
1096
Read-only
authorized(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getLastAction(uint256 tokenId) view returns (uint256)
getNFTs(address user) view returns (struct FlowerFamNewGenUserFlowerSpec[])
isAlreadyStaked(uint256 tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
newGenFlowerSpecs(uint256) view returns (uint256 lastInteraction)
ownerOf(uint256 tokenId) view returns (address)
realOwnerOf(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)
mint(address sender, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuthorized(address _auth, bool _isAuth)
setBaseURI(string _newBaseURI)
setStakeAddress(address stkaddr)
stake(address staker, uint256 tokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unstake(address unstaker, uint256 tokenId)
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(address _openseaProxyRegistryAddress, address _stakeAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()