Speedtracer Race Result
Verified contract
Active on
Base with 17,092 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaa4d…e1c9
Balances ($243.10)
Native
Value
$243.09
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.0728 | $3,339.21 |
$243.09 | |
USA | ERC-20 | 1 | $0.00079 |
$0 | |
NOB | ERC-20 | 500 | -- | -- | |
fart | ERC-20 | 10 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22719524 | 14 hours ago | | | 0 | 3.2749961e-7 | |
| 22708749 | 20 hours ago | | | 0 | 3.2749961e-7 | |
| 22528059 | 5 days ago | | | 0 | 2.6928939e-7 | |
| 22528025 | 5 days ago | | | 0 | 0.000000303243145128 | |
| 22527854 | 5 days ago | | | 0 | 2.8734990e-7 | |
| 22450436 | 7 days ago | | | 0 | 1.7327973e-7 | |
| 22450166 | 7 days ago | | | 0 | 3.3616627e-7 | |
| 22389562 | 8 days ago | | | 0 | 3.2463441e-7 | |
| 22222056 | 12 days ago | | | 0 | 3.2463441e-7 | |
| 22133174 | 14 days ago | | | 0 | 2.1774500e-7 |
ABI
ABI objects
Getter at block 22744501
mintCost() view returns (uint256)
800000000000000
name() pure returns (string)
Speedtracer Race Result
nextTokenId() view returns (uint256)
16389
owner() view returns (address result)
0x0090720fed7fed66ed658118b7b3bb0189d3a495
ownershipHandoverValidFor() view returns (uint64)
172800
signer() view returns (address)
0x6460cc895a722692c42454965f5480345dbd61e4
speedtracer() view returns (address)
0xaa4d3bc0fc9b7e2e6253ed83efb5dce9a21ae1c9
symbol() pure returns (string)
SPEEDRR
withdrawable() view returns (uint256)
19600000000000000
Read-only
balanceOf(address owner) view returns (uint256 result)
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) view returns (bool result)
tokenURI(uint256 tokenId) view returns (string)
verifyRaceProof(struct SpeedtracerRaceResultRaceResult result, bytes signature) view returns (bool)
State-modifying
Events approve(address account, uint256 id) payable
banPlayer(address toBan, uint256 until)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
mintWithProof(bytes signature, struct SpeedtracerRaceResultRaceResult result) payable
renounceOwnership() payable
requestOwnershipHandover() payable
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
updateCost(uint256 newCost)
updateSigner(address newSigner)
withdraw()
withdrawTrack(uint256 tokenId)
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
PlayerBanned(address player, uint256 until)
ResultRecorded(uint128 time, uint256 track, uint256 tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _speedtracer)
This contract contains no fallback and receive objects.
AccountBalanceOverflow()
BalanceQueryForZeroAddress()
Banned()
InvalidRace()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotOwnerNorApproved()
OwnerSendFailed()
TokenAlreadyExists()
TokenDoesNotExist()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
Unauthorized()
WrongPayment()