Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "KASOKU"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20217091 | 4 months ago | | | 0 | 0.00020627400 | |
| 20180957 | 5 months ago | | | 0 | 0.00031510553 | |
| 20152973 | 5 months ago | | | 0 | 0.00016583380 | |
| 19257997 | 9 months ago | | | 0 | 0.00072306178 | |
| 18907928 | 10 months ago | | | 0 | 0.00091346068 | |
| 18907911 | 10 months ago | | | 0 | 0.00090060710 | |
| 18293633 | a year ago | | | 0 | 0.00027615142 | |
| 18104619 | a year ago | | | 0 | 0.00038062172 | |
| 17711530 | a year ago | | | 0 | 0.00056976064 | |
| 17711530 | a year ago | | | 0 | 0.00057011632 |
ABI
ABI objects
Getter at block 21186566
MAX_PER_WALLET_PUBLIC() view returns (uint256)
999
MAX_PER_WALLET_WL() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
999
MAX_TOTAL_PUBLIC() view returns (uint256)
999
MAX_TOTAL_WL() view returns (uint256)
999
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://bafybeicz3clbpkdru5r52nskbt2ltgcqb6mlmhj243ocpptwroouppp37i/
merkleRootWL() view returns (bytes32)
0x5e758f31a8e3837244a04f75ebcc5bd0a14bab8892906837c100d3b8feedad79
name() view returns (string)
KASOKU
owner() view returns (address)
0xb3eb7ada0ea10f007e0380d26e65e26e598539b6
publicSalePrice() view returns (uint256)
13000000000000000
sellingStep() view returns (uint8)
1
symbol() view returns (string)
KASOKU
totalReleased() view returns (uint256)
9980000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
999
wlSalePrice() view returns (uint256)
10000000000000000
Read-only
amountNFTsperWalletPUBLIC(address) view returns (uint256)
amountNFTsperWalletWL(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
calculateRoyalty(uint256 _salePrice) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId)
gift(address _to, uint256 _quantity)
lowerSupply(uint256 _MAX_SUPPLY)
publicSaleMint(address _account, uint256 _quantity) payable
release(address account)
release(address token, address account)
releaseAll()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseURI)
setMaxPerWalletPUBLIC(uint256 _MAX_PER_WALLET_PUBLIC)
setMaxPerWalletWL(uint256 _MAX_PER_WALLET_WL)
setMaxTotalPUBLIC(uint256 _MAX_TOTAL_PUBLIC)
setMaxTotalWL(uint256 _MAX_TOTAL_WL)
setMerkleRootWL(bytes32 _merkleRootWL)
setPublicSalePrice(uint256 _publicSalePrice)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
setStep(uint256 _step)
setWLSalePrice(uint256 _wlSalePrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(address _account, uint256 _quantity, bytes32[] _proof) payable
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint96 _royaltyFeesInBips, address[] _team, uint256[] _teamShares, bytes32 _merkleRootWL, string _baseURI)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()