Shinsei Village
Verified contract
Active on
Ethereum with 506 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 "Shinsei Village"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19815547 | 7 months ago | | | 0 | 0.00014919554 | |
| 17852668 | a year ago | | | 0 | 0.00028526485 | |
| 17053076 | 2 years ago | | | 0 | 0.0013780723 | |
| 17051374 | 2 years ago | | | 0 | 0.0011108646 | |
| 17005491 | 2 years ago | | | 0 | 0.00096148929 | |
| 16935950 | 2 years ago | | | 0 | 0.00059775123 | |
| 16849361 | 2 years ago | | | 0 | 0.00081013678 | |
| 16767392 | 2 years ago | | | 0 | 0.0011896718 | |
| 16693770 | 2 years ago | | | 0 | 0.0018511074 | |
| 16555787 | 2 years ago | | | 0 | 0.0011359573 |
ABI
ABI objects
Getter at block 21326282
LIMIT_PER_WALLET() view returns (uint256)
2
MAX_MULTIMINT() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
500
PRICE() view returns (uint256)
20000000000000000
PRICE_WL() view returns (uint256)
10000000000000000
WL_SUPPLY() view returns (uint256)
250
_metadataURI() view returns (string)
getMintType() view returns (uint8)
3
merkleRoot() view returns (bytes32)
0xa9f2580502758be81d72bc69c9d51cd119d9186883eebb307750b1b6563ed20f
merkleRootOG() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintType() view returns (uint8)
3
name() view returns (string)
Shinsei Village
owner() view returns (address)
0x136797b2001b9a5ec5e143e947b7f09fe2794d82
symbol() view returns (string)
SHV
totalSupply() view returns (uint256)
500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] proof) view returns (bool)
isValidOG(bytes32[] proof) view returns (bool)
mintedAmount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airMint(address[] _to, uint256 _count) payable
airdrop(address[] _to, uint256 _count)
approve(address to, uint256 tokenId)
mint(uint256 _count) payable
mintFree(uint256 _count)
mintGod(address _to, uint256 _count)
mintOG(uint256 _count, bytes32[] _proof) payable
mintTo(uint256 _count, address _to) payable
mintWL(uint256 _count, bytes32[] _proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setLIMIT_PER_WALLET(uint256 _count)
setMAX_MULTIMINT(uint256 _count)
setMAX_SUPPLY(uint256 _count)
setMetadataURI(string _URI)
setMintType(uint8 _mintType)
setPRICE(uint256 _price)
setPRICE_WL(uint256 _price)
setRoot(bytes32 _root)
setRootOG(bytes32 _root)
setWL_SUPPLY(uint256 _count)
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)
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(string _customBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()