Plant 3D by Betaso
Verified contract
Active on
Ethereum with 355 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 3D by Betaso"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16366213 | 2 years ago | | | 0 | 0.0014658895 | |
| 16366213 | 2 years ago | | | 0 | 0.0014658895 | |
| 16366213 | 2 years ago | | | 0 | 0.0014658895 | |
| 16366213 | 2 years ago | | | 0 | 0.0014658895 | |
| 16366171 | 2 years ago | | | 0 | 0.00092224922 | |
| 16366171 | 2 years ago | | | 0 | 0.00092224922 | |
| 16366171 | 2 years ago | | | 0 | 0.00092202530 | |
| 16366171 | 2 years ago | | | 0 | 0.00092224922 | |
| 16366171 | 2 years ago | | | 0 | 0.0012413343 | |
| 16366164 | 2 years ago | | | 0 | 0.00064428472 |
ABI
ABI objects
Getter at block 21085931
MAXSUPPLY() view returns (uint256)
498
MINTPRICE() view returns (uint256)
2500000000000000
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxSupply() view returns (uint256)
498
name() view returns (string)
Plant 3D by Betaso
owner() view returns (address)
0x7acaed58f3e1993c32922e7aa7568eab911b1ff7
symbol() view returns (string)
Plant
totalSupply() view returns (uint256)
498
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
communityMint(address addr, uint256 amount)
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setURi(string u)
transferFrom(address from, address to, uint256 tokenId) payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()