RetroRiders
Verified contract
Active on
Ethereum with 2,067 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 "RetroRiders"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18888944 | a year ago | | | 0 | 0.00097073501 | |
| 18259318 | a year ago | | | 0 | 0.00015521543 | |
| 16291610 | 2 years ago | | | 0 | 0.00049639651 | |
| 16291608 | 2 years ago | | | 0 | 0.00080918786 | |
| 16291589 | 2 years ago | | | 0 | 0.00080250551 | |
| 15787597 | 2 years ago | | | 0 | 0.0010709727 | |
| 15787047 | 2 years ago | | | 0 | 0.00080413483 | |
| 15786540 | 2 years ago | | | 0 | 0.0025187870 | |
| 15784384 | 2 years ago | | | 0 | 0.0012230579 | |
| 15784205 | 2 years ago | | | 0 | 0.0016972164 |
ABI
ABI objects
Getter at block 21382315
ADDRESS_MAX() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
2500
baseURI() view returns (string)
ipfs://QmV54mAQoXBqBCzDeYbrwSsKYiVoYFcSNkZqxGHuiE6NP4/
contractURI() view returns (string)
ipfs://QmctzaLCzyEjUWm2hi6UXR1h8J2jPDu2UGqHi2vK231Ggv
freeAmount() view returns (uint256)
2500
freeAmountMinted() view returns (uint256)
2464
freePerAddress() view returns (uint256)
50
maxHolding() view returns (uint256)
999
mintActiveBlock() view returns (uint256)
14952691
name() view returns (string)
RetroRiders
owner() view returns (address)
0x9aae30f435f85a1f22471fb0fce1b4dbb6472385
price() view returns (uint256)
0
royaltiesNumerator() view returns (uint256)
55
saleActive() view returns (bool)
true
symbol() view returns (string)
RR
totalSupply() view returns (uint256)
2500
Read-only
balanceOf(address owner) view returns (uint256)
freeMintsAvailable(address address_) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity_) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string newContractURI_)
setFreeAmount(uint256 freeAmount_)
setFreePerAddress(uint256 freePerAddress_)
setMaxHolding(uint256 maxHolding_)
setMintActiveBlock(uint256 mintActiveBlock_)
setPrice(uint256 price_)
setRoyaltiesNumerator(uint256 royaltiesNumerator_)
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)
FreePerAddressChanged(uint256 previousMaxFreePerAddress, uint256 newMaxFreePerAddress)
MaxHoldingChanged(uint256 previousMaxHolding, uint256 newMaxHolding)
MintActiveBlockChanged(uint256 previousMintActiveTimestamp, uint256 newMintActiveTimestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltiesChanged(uint256 previousRoyalties, uint256 newRoyalties)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
CallerNotEoA()
IncorrectETHAmount()
MintNotActive()
MintToZeroAddress()
MintWouldExceedAddressMax()
MintWouldExceedMaxSupply()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
QueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
TransferWouldExceedMaxHolding()
URIQueryForNonexistentToken()