OniRonin
Verified contract
Active on
Ethereum with 7,116 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($31,306.56)
Native
Value
$31,306.56
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 8.5248 | $3,672.41 |
$31,306.56 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21175362 | 18 days ago | | | 0 | 0.0014028428 | |
| 21099243 | a month ago | | | 0 | 0.00018727831 | |
| 21088237 | a month ago | | | 0 | 0.00022040704 | |
| 21088236 | a month ago | | | 0 | 0.00034173173 | |
| 21055163 | a month ago | | | 0 | 0.00017220537 | |
| 21038592 | a month ago | | | 0 | 0.00039950835 | |
| 21038310 | a month ago | | | 0 | 0.00050178769 | |
| 20982364 | a month ago | | | 0 | 0.00046513333 | |
| 20935564 | 2 months ago | | | 0 | 0.00053048271 | |
| 20917859 | 2 months ago | | | 0 | 0.00023693370 |
ABI
ABI objects
Getter at block 21304872
name() view returns (string)
OniRonin
owner() view returns (address)
0xd9590932576498fcf0df68f8b7d9a8d09e03ad5b
pauseState() view returns (bool _paused, bool _unpausable, uint256 _startTime, uint256 _pauseTime)
(_paused=false, _unpausable=false, _startTime=1634598298, _pauseTime=0)
phase() view returns (uint8)
4
symbol() view returns (string)
ONI
tokenCount() view returns (uint16)
4445
totalSupply() view returns (uint256)
4288
Read-only
balanceOf(address owner) view returns (uint256)
catMinted(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
reservation(address _reservist) view returns (uint24 blockNumber, uint16[] tokens)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
catMint(bytes32[] merkleProof) payable
ceremony(uint256 tokenId)
claim(address reservist, uint256 _count)
mint(uint256 _count) payable
mintGiveaway(uint16 numTokens)
pause(bool _pause, bool disable)
renounceOwnership()
reserve(uint16 _count) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
startCeremonyPhase()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateURI(string _uriBase, string _uriSuffix)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Ceremony(uint256 indexed tokenId)
Claim(address indexed reservist, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause(bool _pause, bool _unpausable, uint256 _startTime, uint256 _pauseTime)
Reserve(address indexed reservist, uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _uriBase, string _uriSuffix, address _whitelist)
This contract contains no fallback and receive objects.
This contract contains no error objects.