DriftRace
Verified contract
Proxy
Active on
Base with 62 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1a6a…8707
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DRACE | ERC-20 | 819.509943M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12850811 | 8 months ago | | | 0 | 0.0000018112391 | |
| 12850561 | 8 months ago | | | 2 | 0.000067192856 | |
| 12850492 | 8 months ago | | | 0 | 0.000048543214 | |
| 12850492 | 8 months ago | | | 0 | 0.000048543214 | |
| 12850492 | 8 months ago | | | 0 | 0.000048543214 | |
| 12850492 | 8 months ago | | | 0 | 0.000048543214 | |
| 12850492 | 8 months ago | | | 0 | 0.000048543214 | |
| 12850474 | 8 months ago | | | 0 | 0.0000064916142 | |
| 12850474 | 8 months ago | | | 0 | 0.0000064916142 | |
| 12850474 | 8 months ago | | | 0 | 0.0000064916142 |
ABI
ABI objects
Getter at block 23176552
buyTax() view returns (uint256)
1
dRaceWallet() view returns (address)
0x00c833fb4706e91c6e03bb1a4929df0fb8489fc2
decimals() view returns (uint8)
18
name() view returns (string)
Drift Race
owner() view returns (address)
0x9171edbeb9c24178e0c006208fbe279dc57b313c
sellTax() view returns (uint256)
99
symbol() view returns (string)
DRACE
totalSupply() view returns (uint256)
10000000000000000000000000000
uniswapPairV2() view returns (address)
0x1a6acd22ed7768b3a9aa5be9745cf9515c608707
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromTax(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
openTrading(address router) payable returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawETH() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
AddressInsufficientBalance(address account)