Olympian Elements

Verified contract

Active on Ethereum with 1,032 txns
Deployed by via 0xb9d8d8c3 at 15005201
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Olympian Elements"

0x2f32dc1ce4d70ec6b2c3e20b59a341755991d94898299393c13967a2b1d76e67
0x30f862a86f7df2498f2c2e310aa3321cb589f10099bc64aa400c230880c4801a
0xe7a8dbc228ede29805a2625dbea7f688d7b6e67b5ac85dc321091f8ced9a1539
0xb8619b55cfc60f57149ed478cdca24c72a74ee916e6d8e11e3ed5832f074860e
0xe6c0bc5407d3a5590d6fd3136509299ce1655e62f661c3617da7a7ceb59bf7f1
0xda655b5fa16431a54d9d9a6b2302458000ed9d770ef2938bd3b96c50f347fdc3
0xbaf8d9f32f9f0dfd67f2c53b3268eacffd8ccd712a29b356812d8e0f154c7939
0x05c56362ee69ff91bf01eb3441beae658267f445fce27bcec2c0103f00c6c771
0x557d8bf4550ae8ec2581a6a6d67930ccf17b035ad6a0e1ee859475e0b6e6a85c
0xc97f1a41922a89f944f5e4f3e38885223c6ac240a312e6f766632e826527ac3d

Functions
Getter at block 21284291
CONTRACT_URI(view returns (string)
ipfs://39KS8DT2BT25D75YGT7NPNJIUEAAA1IMUJ
MAX_SUPPLY(view returns (uint256)
555
PUBLIC_MINT_LIMIT(view returns (uint256)
2
PUBLIC_MINT_LIMIT_TXN(view returns (uint256)
2
contractURI(view returns (string)
ipfs://39KS8DT2BT25D75YGT7NPNJIUEAAA1IMUJ
freeSale(view returns (bool)
false
name(view returns (string)
Olympian Elements
owner(view returns (address)
0x5e1e4443bfea0640112e8efd96c79e85216c8b71
paused(view returns (bool)
false
publicPrice(view returns (uint256)
5000000000000000
publicSale(view returns (bool)
true
revealed(view returns (bool)
true
revealedURI(view returns (string)
ipfs://Qmem6gFJTWAbWzWz1FjFgKmhomJKe6uupgv6yNPWeA7C4P/
symbol(view returns (string)
OPES
totalSupply(view returns (uint256)
555
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numUserMints(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
userMintedFree(addressview returns (bool)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
freeMint(uint256 quantitypayable 
mintToUser(uint256 quantityaddress receiver
publicMint(uint256 quantitypayable 
renounceOwnership(
revealCollection(bool _revealedstring _baseUri
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseUri
setContractURI(string _contractURI
setFreeEnabled(bool _state
setPaused(bool _state
setPublicEnabled(bool _state
setPublicPrice(uint256 _publicPrice
setRevealed(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _baseUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(