Drift Race
Verified contract
Proxy
Active on
Base with 74 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
0x4752…ad24
0x820f…3799
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RACE | ERC-20 | 2.465593B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21888532 | 3 days ago | | | 0 | 1.4209799e-7 | |
| 17193133 | 4 months ago | | | 0 | 2.1567370e-7 | |
| 12815250 | 7 months ago | | | 0 | 0.000019305559 | |
| 12815222 | 7 months ago | | | 0 | 0.000014074993 | |
| 12815202 | 7 months ago | | | 0 | 0.000069820360 | |
| 12815096 | 7 months ago | | | 0 | 2.7195899e-7 | |
| 12815038 | 7 months ago | | | 0 | 2.3009369e-7 | |
| 12815027 | 7 months ago | | | 0 | 0.0000048834328 | |
| 12815006 | 7 months ago | | | 0 | 0.000017087141 | |
| 12814991 | 7 months ago | | | 0 | 0.000017059306 |
ABI
ABI objects
Getter at block 22013989
buyFee() pure returns (uint256)
1
dRACEWallet() view returns (address)
0x195d9ee9a6c52bc6763c9a1f2a7fc572646ac841
decimals() view returns (uint8)
18
name() view returns (string)
Drift Race
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() pure returns (uint256)
2
symbol() view returns (string)
RACE
totalSupply() view returns (uint256)
10000000000000000000000000000
uniswapPairV2() view returns (address)
0x820f1208582b49981925f6c06296e0c844723799
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
openTrading() 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)