GardenPointIssue1
Verified contract
Active on
Ethereum with 11,460 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "GardenPointIssue1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106042 | 16 days ago | | | 0 | 0.00016850250 | |
| 21105830 | 16 days ago | | | 0 | 0.00014978000 | |
| 21105089 | 16 days ago | | | 0 | 0.00018518903 | |
| 21104636 | 16 days ago | | | 0 | 0.00014026314 | |
| 21104635 | 16 days ago | | | 0 | 0.00014296630 | |
| 21102636 | 16 days ago | | | 0 | 0.00016475800 | |
| 20998911 | a month ago | | | 0 | 0.00028616952 | |
| 20980727 | a month ago | | | 0 | 0.00060299098 | |
| 20895330 | a month ago | | | 0 | 0.00014043665 | |
| 20625860 | 3 months ago | | | 0 | 0.000098786256 |
ABI
ABI objects
Getter at block 21218727
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PRIVATE_SALE_TYPEHASH() view returns (bytes32)
0xbbc8502a138c23e8114b8f375b4625d9f11497691bd5b6fa4692eb214aea17f1
baseURI() view returns (string)
https://metadata.kometh.xyz/GardenPointIssue1/
name() view returns (string)
Garden Point Issue 1
owner() view returns (address)
0x83739a8ec78f74ed2f1e6256fea391db01f1566f
publicSale() view returns (uint256 price, uint256 quantity, uint256 txLimit, uint256 walletLimit)
(price=10000000000000000, quantity=0, txLimit=0, walletLimit=0)
signer() view returns (address)
0xf4c363b4acfb4526f236b5b8c5168e080a3128d1
stage() view returns (uint8)
4
symbol() view returns (string)
GP1
totalSupply() view returns (uint256)
16410
Read-only
PrivateSaleMinter(uint256, address) view returns (uint256)
PublicSaleMinter(address) view returns (uint256)
authorizedAddresses(address) view returns (bool)
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)
privateSales(uint256) view returns (uint256 price, uint256 quantity, uint256 txLimit, uint256 walletLimit, uint256 deadline)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _id) view returns (string)
userNonce(address) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId) payable
burn(uint256 _tokenId)
delegateMint(uint256 _price, uint256 _quantity, uint256 _txLimit, uint256 _walletLimit, uint256 _deadline, address _recipient, uint256 _nonce, uint256 _kind, bytes _signature) payable
mintTo(address[] _to, uint256[] _amount)
privateSaleMint(uint256 _price, uint256 _quantity, uint256 _txLimit, uint256 _walletLimit, uint256 _deadline, uint256 _nonce, uint256 _kind, bytes _signature) payable
publicSaleMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setAuthorizedAddress(address _authorizedAddress, bool value)
setBaseURI(string _baseURI)
setPrivateSale(uint256 _kind, struct IKomethAppImplementationPrivateSale _privateSale)
setRoyalties(address _recipient, uint96 _amount)
setSigner(address _signer)
setStage(uint8 _stage)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updatePublicSale(struct IKomethAppImplementationPublicSale _publicSale)
withdrawAll()
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)
PrivateSaleMint(address owner, struct IKomethAppImplementationPrivateSale privateSale, uint256 nonce, uint256 kind)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _previewURI, address _signer, address _authorizedAddress, address _royaltyAddress, struct IKomethAppImplementationPublicSale _publicSaleProperty, struct IKomethAppImplementationPrivateSale _privateSaleProperty)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()