Plant Frens Genesis
Verified contract
Active on
Ethereum with 1,191 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 "Plant Frens Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20339537 | 4 months ago | | | 0 | 0.00038763585 | |
| 20145356 | 5 months ago | | | 0 | 0.00012848200 | |
| 20145083 | 5 months ago | | | 0 | 0.00011171871 | |
| 19395798 | 9 months ago | | | 0 | 0.0018883941 | |
| 19013246 | 10 months ago | | | 0 | 0.00053193994 | |
| 19013232 | 10 months ago | | | 0 | 0.0010524278 | |
| 18680408 | a year ago | | | 0 | 0.0018875721 | |
| 18460255 | a year ago | | | 0 | 0.00062445210 | |
| 18382686 | a year ago | | | 0 | 0.00032434879 | |
| 18355038 | a year ago | | | 0 | 0.00025610172 |
ABI
ABI objects
Getter at block 21261255
baseURI() view returns (string)
https://api.uzume.io/m/plantfrensgenesis/
maxMintQtyPerAddress() view returns (uint256)
2
maxSupply() view returns (uint256)
777
mintPrice() view returns (uint256)
70000000000000000
mintingState() view returns (uint256)
3
name() view returns (string)
Plant Frens Genesis
owner() view returns (address)
0x10078fc0a264719520fca0d252b284a9d630df62
signerAddress() view returns (address)
0x86c377945fe7c804da26344c63428aa55fd89c11
symbol() view returns (string)
PLANTFRENS
totalSupply() view returns (uint256)
777
Read-only
balanceOf(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)
publicMint(uint256 quantity) payable
renounceOwnership()
reserveMint(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string __baseURI)
setMintingState(uint256 _mintingState)
setSignerAddress(address _signerAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32 hash, bytes signature, uint256 tier, uint256 quantity) payable
withdraw()
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(uint256 _maxSupply, uint256 _maxMintQtyPerAddress, address _signerAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
DirectMintDisallowed()
InvalidEthValue()
InvalidHash()
InvalidWhitelistTier()
MintExceedsMaxSupply()
MintToZeroAddress()
MintZeroQuantity()
MintingIsEnabled()
OwnerQueryForNonexistentToken()
PublicMintingNotEnabled()
QuantityExceedsMaxPerAddress()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
TxOriginNotSender()
URIQueryForNonexistentToken()
WhitelistMintingNotEnabled()