EtherealsOrigins
Verified contract
Active on
Ethereum with 2,984 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x69a9…7696
Balances ($0.00)
No balances found for "EtherealsOrigins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19854301 | 7 months ago | | | 0 | 0.00018279538 | |
| 19771247 | 7 months ago | | | 0 | 0.00029021764 | |
| 19738627 | 7 months ago | | | 0 | 0.00030846404 | |
| 19723745 | 7 months ago | | | 0 | 0.00057324863 | |
| 19559113 | 8 months ago | | | 0 | 0.0010726298 | |
| 19410589 | 9 months ago | | | 0 | 0.0025435951 | |
| 19355919 | 9 months ago | | | 0 | 0.0035579065 | |
| 19347751 | 9 months ago | | | 0 | 0.0024629781 | |
| 19326392 | 9 months ago | | | 0 | 0.0029921157 | |
| 19298309 | 9 months ago | | | 0 | 0.0015812790 |
ABI
ABI objects
Getter at block 21284208
BOO() view returns (address)
0x69a96059cc35da280af8005d165da1d040297696
MAX_SUPPLY() view returns (uint256)
4115
MINT_COST() view returns (uint256)
1200000000000000000000
PROVENANCE_HASH() view returns (string)
RESERVED() view returns (uint256)
15
metadataURI() view returns (string)
name() view returns (string)
EtherealsOrigins
owner() view returns (address)
0x431b1a138d401b31978d2842d31eaf138f824f74
symbol() view returns (string)
ORIGIN
totalSupply() view returns (uint256)
4115
Read-only
balanceOf(address owner) view returns (uint256)
functionLocked(bytes4) view returns (bool)
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)
lockFunction(bytes4 id)
mint(uint256 amount)
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)
setBooToken(address boo)
setMetadataURI(string URI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address boo)
This contract contains no fallback and receive objects.
This contract contains no error objects.