ElysiumShell

Verified contract

Active on Ethereum with 69 txns
Deployed by via 0x2dc2c0e1 at 14634719
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ElysiumShell"

0xf7efbad523c5f16f52ab7907bdf6d06058ed1a3a13a5c88c3377669963f76bc6
From
0x3dfa4229c6cb0c10081320df3b3e1d4debbbcc0c1732dd244c744bb7c93cab92
0x6ac18f97e56d1f29f9175e1d665144a984e18855d66798a5247742ccbcf034ff
From
0x3071669785d1626a342b43db9512f31c9025014adf416a27bf5259e2271537d4
From
0xd3f74e52ba30823a8587b8379328c7c7e4450434c71fcf5b92a2fdba9907442d
0x5c00ac80d94da9cba1798d2ae9f2bbf83e4019f83f88420c2d92226e061d4f54
0x5d915bf5df6662d246d5a2677c8d89f7c9c06fe01f0f46461c1412944d93827b
0x852635d8319d5a5fe325c6b7352f96bbe3deb1613142b2ea2d23b7f5456f4d0d
0xc4c28e143dd30a9f1d5aea01548be7d9f178de23b26cecd33d20031dc7970b6d
0xa421800cc3ca2d310d1b6d5260cf0891b14c12f8471521a11c173b9693748147

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
publicSaleMint(uint256 _amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setCost(uint256 _newCost
setPublicMint(uint256 quantity
toggleSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(