Sakura Park
Verified contract
Active on
Ethereum with 3,549 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 "Sakura Park"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149644 | 2 days ago | | | 0 | 0.00044778364 | |
| 21146684 | 3 days ago | | | 0 | 0.00050402564 | |
| 21071355 | 13 days ago | | | 0 | 0.00093698025 | |
| 21048163 | 17 days ago | | | 0 | 0.0027994595 | |
| 21048156 | 17 days ago | | | 0 | 0.00034203000 | |
| 21045580 | 17 days ago | | | 0 | 0.00020728761 | |
| 20996047 | 24 days ago | | | 0 | 0.00043418218 | |
| 20973742 | a month ago | | | 0 | 0.00058096137 | |
| 20973670 | a month ago | | | 0 | 0.00069969029 | |
| 20964766 | a month ago | | | 0 | 0.0021774119 |
ABI
ABI objects
Getter at block 21167412
PublicmaxMintAmountPerTx() view returns (uint256)
25
Publicprice() view returns (uint256)
42000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmcXsQzFhkj1ymEwfpj48SbppfTVforDmFyTPm3jTE4TC7/hidden.json
maxSupply() view returns (uint256)
2669
name() view returns (string)
Sakura Park
owner() view returns (address)
0xfaf198f303c5d89e6eb586e6ec54eebfdfa56329
paused() view returns (bool)
false
publicSaleON() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
SKRA
totalSupply() view returns (uint256)
2669
uriPrefix() view returns (string)
ipfs://bafybeifh6wy76hfdytkwza3liick7le4ioqf2myvrpjddlalx2xv5ehmvi/
uriSuffix() view returns (string)
.json
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events PublicMint(uint256 _mintAmount) payable
airdrop(uint256 _mintAmount, address _address)
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setPaused(bool _state)
setPublicPrice(uint256 _PublicPrice)
setPublicmaxMintAmountPerTx(uint256 _PublicmaxMintAmountPerTx)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setmaxSupply(uint256 _maxSupply)
setpublicSaleON(bool _state)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _uriPrefix)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()