Sarutama
Verified contract
Active on
Ethereum with 1,605 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 "Sarutama"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19759080 | 7 months ago | | | 0 | 0.00016026449 | |
| 19759073 | 7 months ago | | | 0 | 0.00016978867 | |
| 19747731 | 7 months ago | | | 0 | 0.00019005116 | |
| 19312122 | 9 months ago | | | 0 | 0.0022220425 | |
| 19176336 | 9 months ago | | | 0 | 0.00072349930 | |
| 19176331 | 9 months ago | | | 0 | 0.00075081649 | |
| 19068121 | 10 months ago | | | 0 | 0.00028195553 | |
| 18907486 | a year ago | | | 0 | 0.00057274263 | |
| 18865134 | a year ago | | | 0 | 0.00041316255 | |
| 18203373 | a year ago | | | 0 | 0.00017456054 |
ABI
ABI objects
Getter at block 21216555
MAX_TOKENS() view returns (uint256)
2222
baseURI() view returns (string)
https://nftstorage.link/ipfs/bafybeia4qx4gfs5mokofmrun3exkg2wfqlpasx356phzd7bgzz6kz4cdky/
maxPublicMint() view returns (uint256)
5
maxWhitelistMint() view returns (uint256)
2
merkleRoot() view returns (bytes32)
0x89016517304bdfe229764974a48b0f2f01fda18afea931483144931b2485dba8
name() view returns (string)
Sarutama
owner() view returns (address)
0xb1e75a4e1f990d5080e5fc8a7f72c0f3b6a0cc4f
price() view returns (uint256)
0
publicSale() view returns (bool)
true
symbol() view returns (string)
SARUTAMA
totalSupply() view returns (uint256)
2222
whitelistSale() view returns (bool)
false
Read-only
_whitelistClaimed(address) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 tokens) payable
ownerMint(address to, uint256 tokens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxPublicMint(uint256 _newMaxPublicMint)
setMaxWhitelistMint(uint256 _newMaxWhitelistMint)
setMerkleRoot(bytes32 _merkleRoot)
setPrice(uint256 _price)
togglePublicSale()
toggleWhitelistSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 tokens, bytes32[] merkleProof) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()