Elder Samurai

Verified contract

Active on Ethereum with 865 txns
Deployed by via 0x5b8a7da8 at 16131507
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $22.91
0x033dd1c8cdd18318cbbbe35bb3a0f317ddd090fcccb7ddc401b728c083d33a5f
0x71de7c0d1997723cc53a659e5b9660d0c2e68025ed83e461072284346253a7c1
0xed0d4cd1ccec65d8194b7e3f7fd1328320714a6a72c1642a4e36166c42877e5f
From
0x8ea7a0c9ea81a6c18ea5266146cccb46ac5cfabeede2cf4d7b361e386aa40ccb
0xada4d6cdd4c6a60121ddeb15332d6f7b61b6d150aa74c930800c8d3d17cb348b
0x4708f3033716f087d700970391d665d9f03397c3e6f010c6acf4ebe797ae69b8
0xc7dca4d95e66f1128e5c013f4c0dc075496cd1a95dfd5937ebac9e2563b0f83a
0x51ee7c2ff378fe9c92e57eb41300126d32e0ca331099682e9f3b6c420ff45032
0xb5a51320f64b7003486324778d03c8f760d92e8902cbd62487a3a6ab04f37b21
0x7cab78d7e4d57562cdebdfe42f893317adb63ddcb423c5ec9e35c5bb5cf53388

Functions
Getter at block 21332751
cost(view returns (uint256)
0
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
1
maxMintAmountPerTx(view returns (uint8)
1
maxSupply(view returns (uint16)
333
name(view returns (string)
Elder Samurai
owner(view returns (address)
0xfcce582e3e64bb61e8eb80486fef99a0cec5f8f0
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
SHI
totalSupply(view returns (uint256)
333
Read-only
NFTPerPublicAddress(addressview returns (uint8)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
Airdrop(uint8 _amountPerAddressaddress[] addresses
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(