Ether Royale
Verified contract
Active on
Ethereum with 1,597 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 "Ether Royale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20022868 | 6 months ago | | | 0 | 0.00022973242 | |
| 15846313 | 2 years ago | | | 0 | 0.00024965658 | |
| 15746303 | 2 years ago | | | 0 | 0.00053894374 | |
| 15566558 | 2 years ago | | | 0 | 0.00030166237 | |
| 15566554 | 2 years ago | | | 0 | 0.00040251328 | |
| 15566542 | 2 years ago | | | 0 | 0.00051930008 | |
| 15347476 | 2 years ago | | | 0 | 0.00092809430 | |
| 15233670 | 2 years ago | | | 0 | 0.00076423229 | |
| 15170046 | 2 years ago | | | 0 | 0.00053646553 | |
| 15132204 | 2 years ago | | | 0 | 0.00095158763 |
ABI
ABI objects
Getter at block 21248908 getOwnerBaseURI() view returns (string)
getBaseURI() view returns (string)
ipfs://QmS96cSYA93DeSXVY1X6v7faYZ1DiPVamkmVLHEDZawJCe
leftLimit() view returns (uint256)
24
maxSupply() view returns (uint256)
8888
name() view returns (string)
Ether Royale
owner() view returns (address)
0xea068799096afe357bc6bc999531751f365e24f0
paused() view returns (bool)
true
presaleMerkleRoot() view returns (bytes32)
0xa604c2ae81afe2af6214a9d5a1ce16a8795c7d4c7d8c0ec5b5a1a4b14e5d6249
presaleStarted() view returns (bool)
false
presaleWalletLimit() view returns (uint256)
3
price() view returns (uint256)
69000000000000000
revealed() view returns (bool)
false
saleStarted() view returns (bool)
true
saleWalletLimit() view returns (uint256)
24
symbol() view returns (string)
ER
totalSupply() view returns (uint256)
4791
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)
presaleMintCount(address) view returns (uint256)
saleMintCount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(uint8 quantity, address toAddress)
presaleMint(uint8 quantity, bytes32[] merkleProof) payable
renounceOwnership()
resetSale()
reveal(bool _revealed)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleMint(uint8 quantity) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setHideBaseURI(string _hideBaseURI)
setPause(bool pause)
setPresaleLimit(uint8 _presaleLimit)
setPresaleListMerkleRoot(bytes32 merkleRoot)
setSaleLimit(uint8 _saleLimit)
startPresale()
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePrice(uint256 _price)
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)
saleModeChanged()
constructor(string _hideBaseURI, string _tokenUrl)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()