Shimashi
Verified contract
Active on
Ethereum with 6,456 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 "Shimashi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20199542 | 5 months ago | | | 0 | 0.000088704651 | |
| 20153932 | 5 months ago | | | 0 | 0.000054561033 | |
| 20153931 | 5 months ago | | | 0 | 0.000051190910 | |
| 20045594 | 6 months ago | | | 0 | 0.00027653146 | |
| 19753232 | 7 months ago | | | 0 | 0.00033628809 | |
| 18910556 | a year ago | | | 0 | 0.00046774655 | |
| 18839170 | a year ago | | | 0 | 0.0011599052 | |
| 18017523 | a year ago | | | 0 | 0.0011599745 | |
| 18008043 | a year ago | | | 0 | 0.00028377679 | |
| 17022242 | 2 years ago | | | 0 | 0.00053881138 |
ABI
ABI objects
Getter at block 21283329
ERC712_VERSION() view returns (string)
1
_contractURI() view returns (string)
baseTokenURI() view returns (string)
ipfs://bafybeifxtaxrlfoszvqhioobomo454imsyo3udputxyxikbrg5cesp7qte/
contractURI() pure returns (string)
ipfs://bafkreiagmapmwuxtwgdfwiynrx5jbl5rscfjm5gvrshteet7flypbaipay
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x30e0df9c53d81c76e741fd1b13799d157dbe00b0addec69286cfaa43e5652f33
isSaleActive() view returns (bool)
true
maxFreePerAcc() view returns (uint256)
1
maxMintPerTx() view returns (uint256)
3
maxMintPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
3000
mintPriceInWei() view returns (uint256)
5000000000000000
name() view returns (string)
Shimashi
owner() view returns (address)
0x50c87da380a21e2697d92bb09779d5c7f11ba4a6
symbol() view returns (string)
SHIM
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id) view returns (string)
State-modifying
Events airdrop(uint256[] tokenIds, address[] recipients)
approve(address to, uint256 tokenId)
batchMint(uint256 amount)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mint(uint256 amount) payable
mintTo(address _to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string uri)
setFreePerWallet(uint256 amount)
setFreePerWalletPhase(uint256 amount)
setPublicSale(bool toggle)
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)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.