Ether RoXX
Verified contract
Active on
Ethereum with 488 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 RoXX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19571667 | 8 months ago | | | 0 | 0.0010476609 | |
| 19197115 | 10 months ago | | | 0 | 0.0011108818 | |
| 18975069 | a year ago | | | 0 | 0.0013612443 | |
| 18944461 | a year ago | | | 0 | 0.00086159522 | |
| 18649883 | a year ago | | | 0 | 0.0018559002 | |
| 17980579 | a year ago | | | 0 | 0.00081426506 | |
| 17809084 | a year ago | | | 0 | 0.00076666732 | |
| 17588755 | a year ago | | | 0 | 0.0010329859 | |
| 17588689 | a year ago | | | 0 | 0.0012698018 | |
| 17588688 | a year ago | | | 0 | 0.0012663514 |
ABI
ABI objects
Getter at block 21378866 contractURI() pure returns (string)
name() pure returns (string)
Ether RoXX
numMinted() view returns (uint256)
969
owner() view returns (address result)
0x7ade04fa0cbe2167e8bff758f48879bd0c6fff92
ownershipHandoverValidFor() view returns (uint64)
172800
symbol() pure returns (string)
ROXX
Read-only
balanceOf(address owner) view returns (uint256 result)
deriveUserSalt(address caller_, bytes32 salt) pure returns (bytes32 newSalt)
getApproved(uint256 id) view returns (address result)
isApprovedForAll(address owner, address operator) view returns (bool result)
ownerOf(uint256 id) view returns (address result)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
supportsInterface(bytes4 interfaceId) pure returns (bool result)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address account, uint256 id) payable
batchMintSpecific(uint256[] colors, bytes32 salt) payable
batchMintWithColor(uint256[] colors)
cancelOwnershipHandover() payable
commit(bytes32 commitHash)
completeOwnershipHandover(address pendingOwner) payable
mint(uint256 quantity) payable returns (uint256[])
mintSpecific(uint256 id, bytes32 salt) payable
mintTo(address recipient, uint256 quantity) payable returns (uint256[])
mintWithColor(uint256 color)
renounceOwnership() payable
requestOwnershipHandover() payable
reroll(uint256 originalId, uint256 newId)
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data) payable
setApprovalForAll(address operator, bool isApproved)
transferFrom(address from, address to, uint256 id) payable
transferOwnership(address newOwner) payable
withdraw()
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address initialOwner, address _xxyyzzAddress)
receive()
AccountBalanceOverflow()
ArrayLengthMustBeGreaterThanZero()
BalanceQueryForZeroAddress()
CallerDoesNotOwnEtherRoXX()
CallerDoesNotOwnXXYYZZColor()
EtherTransferFailed()
InvalidHex()
InvalidPayment()
MaxMintPerTransactionExceeded()
MaxSupplyReached()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotOwnerNorApproved()
TokenAlreadyExists()
TokenDoesNotExist()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
Unauthorized()