Rocket Riders
Verified contract
Active on
Ethereum with 1,673 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
-
variable spans 9949 additional slots
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,113.19 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20800317 | 2 months ago | | | 0 | 0.00042815040 | |
| 20666409 | 2 months ago | | | 0 | 0.000040596693 | |
| 20651908 | 3 months ago | | | 0 | 0.000025055364 | |
| 20344354 | 4 months ago | | | 0 | 0.00015563640 | |
| 20231654 | 4 months ago | | | 0 | 0.00022543342 | |
| 20149208 | 5 months ago | | | 0 | 0.00012214254 | |
| 20100691 | 5 months ago | | | 0 | 0.00010659810 | |
| 19937022 | 6 months ago | | | 0 | 0.00033056818 | |
| 19852102 | 6 months ago | | | 0 | 0.00015810704 | |
| 19679498 | 7 months ago | | | 0 | 0.00044590575 |
ABI
ABI objects
Getter at block 21207490
baseURI() view returns (string)
https://api.rocketriders.info/file/json/
cost() view returns (uint256)
0
getBalance() view returns (uint256)
2
maxMintAmount() view returns (uint256)
5
maxSupply() view returns (uint256)
9950
maxTraits() view returns (uint256)
6
name() view returns (string)
Rocket Riders
owner() view returns (address)
0xf3b6e73d9b6a059601eddfa37d32a47e6d75937e
paused() view returns (bool)
false
symbol() view returns (string)
RR
totalSupply() view returns (uint256)
2472
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRiderDNA(uint256 tokenId) view returns (uint256, uint256, uint256, uint256, uint256, uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
mint(address _to, uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _maxMintAmount)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, address _a1, address _a2, address _a3, address _a4, address _a5)
This contract contains no fallback and receive objects.
This contract contains no error objects.