SamuraiCats by Hiro Ando
Verified contract
Active on
Ethereum with 5,427 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "SamuraiCats by Hiro Ando"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21218731 | 14 hours ago | | | 0 | 0.00046399018 | |
| 21187619 | 5 days ago | | | 0 | 0.0023033739 | |
| 20728138 | 2 months ago | | | 0 | 0.00043308408 | |
| 20657763 | 3 months ago | | | 0 | 0.000066803704 | |
| 20629639 | 3 months ago | | | 0 | 0.00016944932 | |
| 20625570 | 3 months ago | | | 0 | 0.000061059902 | |
| 20619493 | 3 months ago | | | 0 | 0.000050801049 | |
| 20606421 | 3 months ago | | | 0 | 0.000037400687 | |
| 20606234 | 3 months ago | | | 0 | 0.000048276068 | |
| 20573539 | 3 months ago | | | 0 | 0.000077759566 |
ABI
ABI objects
Getter at block 21222766
baseUri() view returns (string)
ar://g23SaE6a-gOwuh4RlKwPE-hW0qBF7t7DAxV51HaArR0/
contractUri() view returns (string)
https://samuraicats.mypinata.cloud/ipfs/QmQsDPxJZYoFFgtGqKgAxrJcDPnWkxQikKxxMPTudoFgGc
currentSaleStatus() view returns (uint8)
4
isRevealed() view returns (bool)
true
maxSupply() view returns (uint256)
4747
maxSupplyPresale() view returns (uint256)
4700
maxSupplyPrivateSale() view returns (uint256)
470
maxTokensPerPresaleTx() view returns (uint256)
4
maxTokensPerPrivateSaleTx() view returns (uint256)
20
maxTokensPerPublicSaleTx() view returns (uint256)
5
name() view returns (string)
SamuraiCats by Hiro Ando
owner() view returns (address)
0xf3779e6d77ed6781b2d17af431e94a5641a7d9ff
preSalePrice() view returns (uint256)
170000000000000000
privateSalePrice() view returns (uint256)
120000000000000000
publicSalePrice() view returns (uint256)
170000000000000000
symbol() view returns (string)
SCHA
totalSupply() view returns (uint256)
4747
unrevealedTokenUri() view returns (string)
https://samuraicats.mypinata.cloud/ipfs/QmSPRVY5CWSd6cNaJhQHDjmAZ1UDnajhUBpn1uHi78qi2h
Read-only
balanceOf(address owner) view returns (uint256)
freeMintList(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
privateSaleList(address) view returns (bool)
privateSaleWalletTxStatus(address) view returns (bool)
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)
State-modifying
Events addToFreeMintList(address addr, uint256 amount)
addToPrivateSaleList(address addr)
approve(address to, uint256 tokenId)
batchAddToFreeMintList(address[] addrs, uint256[] amounts)
batchAddToPrivateSaleList(address[] addrs)
freeMint(uint256 numOfToken)
mintOwner(address to, uint256 numOfToken)
mintPreSale(uint256 numOfToken) payable
mintPrivateSale(uint256 numOfToken) payable
mintToken(uint256 numOfToken) payable
renounceOwnership()
reveal(string _baseUri)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setContractURI(string _newUri)
setCurrentSaleStatus(uint8 _status)
setMaxSupplyPresale(uint256 _maxSupplyPresale)
setMaxSupplyPrivateSale(uint256 _maxSupplyPrivateSale)
setMaxTokensPerPresaleTx(uint256 _limit)
setMaxTokensPerPrivateSaleTx(uint256 _limit)
setMaxTokensPerPublicSaleTx(uint256 _limit)
setPreSalePrice(uint256 _price)
setPrivateSalePrice(uint256 _price)
setPublicSalePrice(uint256 _price)
setUnrevealedTokenURI(string _newUri)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.