SakuraApe
Verified contract
Active on
Ethereum with 535 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9999 additional slots
Balances ($0.00)
No balances found for "SakuraApe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19107817 | 9 months ago | | | 0 | 0.00024727005 | |
| 18253156 | a year ago | | | 0 | 0.00016214780 | |
| 18157631 | a year ago | | | 0 | 0.00022088975 | |
| 17931379 | a year ago | | | 0 | 0.0020977356 | |
| 17082620 | 2 years ago | | | 0 | 0.0022608915 | |
| 17053540 | 2 years ago | | | 0 | 0.00064340717 | |
| 16591556 | 2 years ago | | | 0 | 0.0011672788 | |
| 16414847 | 2 years ago | | | 0 | 0.00052054994 | |
| 16402306 | 2 years ago | | | 0 | 0.0013237805 | |
| 16371521 | 2 years ago | | | 0 | 0.0017878257 |
ABI
ABI objects
Getter at block 21101433
MAX_NFTS() view returns (uint256)
10000
allPaused() view returns (bool)
false
blockPerRound() view returns (uint256)
100
getPredictRoundPrice() view returns (uint256)
40000000000000000
name() view returns (string)
SakuraApe
owner() view returns (address)
0x341d21e766474459cd2a091c7057e2ae9943f52a
round() view returns (uint256)
0
roundSalePerRound() view returns (uint256)
0
startRoundBlock() view returns (uint256)
0
symbol() view returns (string)
SAKURA
totalSupply() view returns (uint256)
547
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMarketInfo(uint256 _marketType) view returns (bool, uint256, uint256, uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
pauseAllMarket(bool _paused)
preMint(address _to, uint256 _count) payable
renounceOwnership()
roundMint(address _to, uint256 _count) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setBlockPerRound(uint256 _blockPerRound)
setEmergencyNextRound()
setMarketStatus(uint256 _marketType, bool _paused, uint256 _price, uint256 _saleCount, uint256 _maxAmount)
startRoundSale()
timeAttackMint(address _to, uint256 _count) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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 _to, uint256 _initialMint)
This contract contains no fallback and receive objects.
This contract contains no error objects.