SCENES I The Mystery of Minamata
Verified contract
Active on
Ethereum with 657 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 "SCENES I The Mystery of Minamata"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20319854 | 4 months ago | | | 0 | 0.00028929645 | |
| 16086644 | 2 years ago | | | 0 | 0.00073923528 | |
| 16086220 | 2 years ago | | | 0 | 0.00055912082 | |
| 15975051 | 2 years ago | | | 0 | 0.00046679114 | |
| 15796208 | 2 years ago | | | 0 | 0.0011212560 | |
| 15617515 | 2 years ago | | | 0 | 0.00025131717 | |
| 15615870 | 2 years ago | | | 0.002 | 0.00046006096 | |
| 15615486 | 2 years ago | | | 0.0025 | 0.00047615363 | |
| 15615486 | 2 years ago | | | 0.0025 | 0.00047615363 | |
| 15615486 | 2 years ago | | | 0.0025 | 0.00047615363 |
ABI
ABI objects
Getter at block 21304519
Max_Free_Per_Wallet() view returns (uint256)
3
Max_Per_TX() view returns (uint256)
10
Max_Supply() view returns (uint256)
3333
Num_Free_Mints() view returns (uint256)
1333
Price() view returns (uint256)
1000000000000000
baseTokenURI() view returns (string)
ipfs://bafybeiejcwbopn5rco67sbltrfz66p772rc5x5rf26zdbl7fftkvsg2may/
isMintActive() view returns (bool)
true
name() view returns (string)
SCENES I The Mystery of Minamata
owner() view returns (address)
0xe20f992ded7ec72e4b7bc6fe627eeb75185d95ca
symbol() view returns (string)
SIMM
totalSupply() view returns (uint256)
1439
Read-only
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) payable
mint(uint256 numberOfTokens) payable
mintTo(uint256 numberOfTokens, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setFreeLimitPerWallet(uint256 _limit)
setIsMintActive(bool _isMintActive)
setMaxLimitPerTransaction(uint256 _limit)
setMaxSupply(uint256 _Max_Supply)
setNumFreeMints(uint256 _numfreemints)
setSalePrice(uint256 _Price)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
withdraw()
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)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()