Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x25d3…9902
0x92ac…1c89
0x327d…5d86
0x5cdc…806e
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RACE | ERC-20 | 227.194949K | -- | -- | |
BSWAP-LP | ERC-20 | 162.431436 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22865567 | 7 days ago | | | 0 | 4.7360151e-7 | |
| 3569629 | a year ago | | | 0 | 0.0000031836000 | |
| 3569245 | a year ago | | | 0 | 0.0000037995443 | |
| 3567420 | a year ago | | | 0 | 0.0000033095388 | |
| 3567133 | a year ago | | | 0 | 0.0000034493474 | |
| 3567110 | a year ago | | | 0 | 0.0000039396607 | |
| 3566411 | a year ago | | | 0 | 0.0000048334408 | |
| 3565819 | a year ago | | | 0 | 0.000012870489 | |
| 3565240 | a year ago | | | 0 | 0.000011811752 | |
| 3564912 | a year ago | | | 0 | 0.000056278803 |
ABI
ABI objects
Getter at block 23160233
BIG_PID() view returns (uint256)
1
SMOL_PID() view returns (uint256)
0
engineId() view returns (uint256)
1
engineMultiplier() view returns (uint256)
10
lastTimestamp() view returns (uint256)
1693874011
nitroId() view returns (uint256)
2
nitroMultiplier() view returns (uint256)
10
oldChef() view returns (address)
0x5cdc638457a1047673ee8f7b9e4809648718806e
owner() view returns (address)
0x93dd11dec02655145bf8caf543ad01896d090fc2
pointsRate() view returns (uint256)
1000000000000000000
poolLength() view returns (uint256)
2
race() view returns (address)
0x25d31a143cf8669c8fd79f8fb930dc76cc719902
receLp() view returns (address)
0x92ac888d969461a22aee68181625e3a899241c89
rewardPerSecond() view returns (uint256)
555555556000000000
router() view returns (address)
0x327df1e6de05895d2ab08513aadd9313fe505d86
spoilerId() view returns (uint256)
3
spoilerMultiplier() view returns (uint256)
10
startTimestamp() view returns (uint256)
1693874011
totalAllocPoint() view returns (uint256)
2000
Read-only
compound(uint256 principal, uint256 ratio, uint256 n) pure returns (uint256)
hasMigrated(address) view returns (bool)
lastRewardTimeForPid(address, uint256) view returns (uint256)
lockDurations(uint256) view returns (uint256)
pendingReward(uint256 _pid, address _user) view returns (uint256)
points(address) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTimestamp, uint256 accRewardPerShare)
pow(int128 x, uint256 n) pure returns (int128 r)
racerLvl(address) view returns (uint256)
savedPoints(address, uint256) view returns (uint256)
totalStakedInPool(uint256) view returns (uint256)
upgradeLvl(address, uint256) view returns (uint256)
upgradePrice(uint256 _id, address _racer) view returns (uint256)
upgradeValue(uint256 amount, address _user) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 lockEndedTimestamp, uint256 lastRewardTimestamp)
viewAccumulatedPoints(uint256 _pid, address _racer) view returns (uint256)
viewBasePoints(uint256 _pid, address _racer) view returns (uint256)
viewCar(address _racer) view returns (uint256)
viewSpeed(uint256 _pid, address _user) view returns (uint256)
viewUpgradePoints(uint256 _pid, address _racer) view returns (uint256)
viewUpgradeSpeed(uint256 _pid, address _user) view returns (uint256)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
claim(uint256 _pid, address _account) returns (uint256)
claimPoints(uint256 _pid)
deposit(uint256 _pid, uint256 _amount, address _account)
massUpdatePools()
migrate()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setEnginMultiplier(uint256 amount)
setLockDuration(uint256 _pid, uint256 _lockDuration)
setNitroMultiplier(uint256 amount)
setPointsRate(uint256 _rate)
setSpoilerMultiplier(uint256 amount)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
updateRewardPerSecond(uint256 _rewardPerSecond)
upgrade(uint256 _upgradeId)
withdraw(uint256 _pid, uint256 _amount)
Burn(address indexed user, uint256 amount)
ClaimPoints(address indexed user, uint256 points)
Deposit(address indexed user, uint256 indexed pid, uint256 indexed amount)
LogPoolAddition(uint256 indexed pid, uint256 allocPoint, address indexed lpToken)
LogRewardPerSecond(uint256 amount)
LogSetLockDuration(uint256 indexed pid, uint256 lockDuration)
LogSetPool(uint256 indexed pid, uint256 allocPoint)
LogUpdatePool(uint256 indexed pid, uint256 lastRewardTimestamp, uint256 lpSupply, uint256 accRewardPerShare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardPaid(address indexed user, uint256 indexed pid, uint256 indexed amount)
Upgrade(address indexed user, uint256 lvl, uint256 upgrade)
Withdraw(address indexed user, uint256 indexed pid, uint256 indexed amount)
constructor(address _race, address _raceLp, address _router, uint256 _rewardPerSecond, uint256 _startTimestamp)
This contract contains no fallback and receive objects.
This contract contains no error objects.