Olympian Elements
Verified contract
Active on
Ethereum with 1,032 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 "Olympian Elements"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910048 | a year ago | | | 0 | 0.00047133876 | |
| 17893720 | a year ago | | | 0 | 0.00061042070 | |
| 17070265 | 2 years ago | | | 0 | 0.0016390978 | |
| 16959422 | 2 years ago | | | 0 | 0.00082626862 | |
| 16760237 | 2 years ago | | | 0 | 0.00088074252 | |
| 16747267 | 2 years ago | | | 0 | 0.00091243601 | |
| 16743169 | 2 years ago | | | 0 | 0.0013418148 | |
| 16694077 | 2 years ago | | | 0 | 0.0010942578 | |
| 16639653 | 2 years ago | | | 0 | 0.0014378057 | |
| 16631595 | 2 years ago | | | 0 | 0.0019059428 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numUserMints(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
userMintedFree(address) view returns (bool)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 quantity) payable
mintToUser(uint256 quantity, address receiver)
publicMint(uint256 quantity) payable
renounceOwnership()
revealCollection(bool _revealed, string _baseUri)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseUri)
setContractURI(string _contractURI)
setFreeEnabled(bool _state)
setPaused(bool _state)
setPublicEnabled(bool _state)
setPublicPrice(uint256 _publicPrice)
setRevealed(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()