CryptoSimeji
Verified contract
Active on
Ethereum with 34,906 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "CryptoSimeji"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146159 | 2 days ago | | | 0 | 0.00043184794 | |
| 21120245 | 6 days ago | | | 0 | 0.00021529739 | |
| 21106953 | 8 days ago | | | 0 | 0.00014408633 | |
| 21106952 | 8 days ago | | | 0 | 0.00014821200 | |
| 21106261 | 8 days ago | | | 0 | 0.00010586454 | |
| 21104740 | 8 days ago | | | 0 | 0.000085102685 | |
| 21103440 | 8 days ago | | | 0 | 0.000099367209 | |
| 21102720 | 8 days ago | | | 0 | 0.00010093380 | |
| 21102654 | 8 days ago | | | 0 | 0.00010842480 | |
| 21102294 | 8 days ago | | | 0 | 0.00014292360 |
ABI
ABI objects
Getter at block 21162517
baseTokenURI() view returns (string)
ipfs://bafybeievpwedrt7soo6nbgkdttmjjmpkcsjkzpyaz4zox74fr45blo5boe/
name() view returns (string)
CryptoSimeji
operateConfig() view returns (uint256 whiteListSaleBegin, uint256 whiteListSaleEnd, bytes32 merkleRoot, uint256 publicSaleBegin)
(whiteListSaleBegin=1661738400, whiteListSaleEnd=1661997599, merkleRoot=0x2c35f2cf26eb4f25994f33fd097d562cab908bed3ed78a4561ef10c52e62596b, publicSaleBegin=1661997600)
owner() view returns (address)
0x564d27aea51b24d8aa807cb94678df69db7705eb
paused() view returns (bool)
false
sellerConfig() view returns (uint256 totalInventory, uint248 airdropQuota, uint248 reserveQuota, bool reserveFreeQuota, bool lockFreeQuota, bool lockTotalInventory, uint256 maxPerAddress, uint256 maxPerTx)
(totalInventory=10000, airdropQuota=300, reserveQuota=0, reserveFreeQuota=true, lockFreeQuota=true, lockTotalInventory=true, maxPerAddress=1, maxPerTx=1)
symbol() view returns (string)
CryptoSimeji
totalSold() view returns (uint256)
10000
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hadBought(address addr) view returns (bool)
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)
verify(address to, bytes32[] merkleProof) view returns (bool)
State-modifying
Events airdrop(address to, uint256 requested)
approve(address to, uint256 tokenId)
pause()
publicBuy(uint256 requested)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string baseTokenURI_)
setOperateConfig(struct SimejiNFTOperateConfig config)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
whitelistBuy(uint256 requested, bytes32[] signature)
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)
Paused(address account)
Refund(address indexed buyer, uint256 amount)
Revenue(address indexed beneficiary, uint256 numPurchased, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.