OnChain Royale
Verified contract
Active on
Ethereum with 7,403 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 "OnChain Royale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20251506 | 5 months ago | | | 0 | 0.000089193445 | |
| 20047150 | 6 months ago | | | 0 | 0.00016101359 | |
| 19124717 | 10 months ago | | | 0 | 0.00039035294 | |
| 19017717 | a year ago | | | 0 | 0.00099739428 | |
| 18383771 | a year ago | | | 0 | 0.00047513102 | |
| 18304246 | a year ago | | | 0 | 0.00025326845 | |
| 18304240 | a year ago | | | 0 | 0.00026445235 | |
| 18066644 | a year ago | | | 0 | 0.00023763775 | |
| 17515967 | a year ago | | | 0 | 0.0020670178 | |
| 17053522 | 2 years ago | | | 0 | 0.0012283860 |
ABI
ABI objects
Getter at block 21380279
MAX_PER_WALLET() view returns (uint256)
3
PREPARATION_PERIOD_BLOCK_COUNT() view returns (uint256)
18000
baseURI() view returns (string)
https://onchainroyale.xyz/api/token/
bountyBoard() view returns (address)
0x89b4df1a7bcf3db68d3436096bff1b505cadbde2
contractURI() view returns (string)
https://onchainroyale.xyz/api/contractURI
currentStage() view returns (uint8)
2
maxSupply() view returns (uint256)
8008
name() view returns (string)
OnChain Royale
owner() view returns (address)
0x727b9ad3f4638a877c1b6bea557de7cdbdd2e60a
startBlock() view returns (uint256)
15196458
symbol() view returns (string)
OCRNFT
totalSupply() view returns (uint256)
7819
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
deregisterBountyBoard(address _bountyBoard)
kill(uint256 _targetId)
mint(uint256 amount, bytes signature)
registerBountyBoard(address _bountyBoard)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setContractURI(string _uri)
setOpenSeaRegistry(address _openSeaRegistry)
setRequireSignature(bool _require)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()