ElysiumShell
Verified contract
Active on
Ethereum with 69 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 "ElysiumShell"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16123687 | 2 years ago | | | 0 | 0.00056501600 | |
| 14635860 | 3 years ago | | | 0 | 0.0018880860 | |
| 14634889 | 3 years ago | | | 0.12 | 0.0052899497 | |
| 14634827 | 3 years ago | | | 0.36 | 0.033042510 | |
| 14634808 | 3 years ago | | | 0.12 | 0.0021083230 | |
| 14634808 | 3 years ago | | | 0.12 | 0.0026966250 | |
| 14634808 | 3 years ago | | | 0.12 | 0.0032136620 | |
| 14634807 | 3 years ago | | | 0.12 | 0.0030568980 | |
| 14634807 | 3 years ago | | | 0.12 | 0.0030568980 | |
| 14634807 | 3 years ago | | | 0.12 | 0.0032136620 |
ABI
ABI objects
Getter at block 21198808
MAX_MINT() view returns (uint256)
9999
MINT_LIMIT() view returns (uint256)
3
PRICE() view returns (uint256)
120000000000000000
baseURI() view returns (string)
ipfs://QmNoJUzVVSKuGvmki3HQzXRqfyUboYQpEVC5o1eJX1TSkZ/
name() view returns (string)
ElysiumShell
owner() view returns (address)
0x0c3bd6e212a325b12659602a01e6c8f89ed33ab9
paused() view returns (bool)
false
symbol() view returns (string)
E-CODE
totalSupply() view returns (uint256)
330
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
publicSaleMint(uint256 _amount) 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)
setCost(uint256 _newCost)
setPublicMint(uint256 quantity)
toggleSale()
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)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()