ES0rigin
Verified contract
Active on
Ethereum with 3,546 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "ES0rigin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21107173 | 2 days ago | | | 0 | 0.00011917513 | |
| 21107172 | 2 days ago | | | 0 | 0.00011821500 | |
| 21107171 | 2 days ago | | | 0 | 0.00011821500 | |
| 21107170 | 2 days ago | | | 0 | 0.00012084200 | |
| 21107169 | 2 days ago | | | 0 | 0.00011510585 | |
| 21107166 | 2 days ago | | | 0 | 0.00010921500 | |
| 21091827 | 5 days ago | | | 0 | 0.00033251040 | |
| 20395998 | 3 months ago | | | 0 | 0.000042189861 | |
| 20387468 | 3 months ago | | | 0 | 0.00010400284 | |
| 20206577 | 4 months ago | | | 0 | 0.00021985974 |
ABI
ABI objects
Getter at block 21124393
MINT_TYPEHASH() view returns (bytes32)
0x3f3f8038666ec66c31c034b78a2e030847ab5dc508fe2101b04371bc89f2b5d1
isMintOpen() view returns (bool)
false
mintConfig() view returns (address signer, uint256 maxSupplyPerToken, uint256 maxId)
(signer=0xd43d480cb3fbb5e0a00d3f327dd95458024530c4, maxSupplyPerToken=5000, maxId=6)
name() view returns (string)
ES0rigin
owner() view returns (address)
0xe0520f2cc6f82b94133fa08e55e328dc0574b4b0
paused() view returns (bool)
false
symbol() view returns (string)
ES0
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
batchQueryBalance(address account, uint256[] ids) view returns (uint256[])
batchQueryCurrentMinted(address account, uint256[] ids) view returns (uint256[])
batchQueryTotalSupply(uint256[] ids) view returns (uint256[])
currentMintedPerAddress(uint256, address) view returns (uint8)
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events emergencyPause()
mint(uint256[] ids, bytes signature)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setRoyaltyInfo(address receiver, uint96 feeNumerator)
setURI(string newURI)
startMint(address signer, uint256 maxSupplyPerToken, uint256 maxId)
stopMint()
transferOwnership(address newOwner)
unpause()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
MintStarted(uint256 maxSupplyPerToken, uint256 maxId)
MintStopped()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoyaltyInfoUpdated(address receiver, uint96 feeNumerator)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string uri_)
This contract contains no fallback and receive objects.
CallerNotUser()
MintNotOpen()
NonexistentId(uint256 id)
SignatureVerificationFailed()
TokenAlreadyMinted(uint256 id)
TokenSoldOut(uint256 id)