TopDog
Verified contract
Active on
Ethereum with 603,562 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9813…18d9
0xa404…cdc7
Balances ($2,273,308.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BONE | ERC-20 | 4.293458M | $0.52939 |
$2,272,913.72 | |
SHIB | ERC-20 | 10.557443M | $0.000027 |
$285.9 | |
USDT | ERC-20 | 70.586214 | $1.001 |
$70.66 | |
RYOSHI | ERC-20 | 4.248771B | $0.00 |
$33.99 | |
WETH | ERC-20 | 0.0012 | $3,342.18 |
$4.01 | |
NFAi | ERC-20 | 1 | $0.009361 |
$0.01 | |
COLLAR | ERC-20 | 10M | -- | -- | |
屎币 | ERC-20 | 20.568167T | -- | -- | |
SHIB SSI | ERC-20 | 16T | -- | -- | |
SHIBARIUM | ERC-20 | 5T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247772 | 23 minutes ago | | | 0 | 0.00061169975 | |
| 21247687 | 40 minutes ago | | | 0 | 0.00072643410 | |
| 21247133 | 3 hours ago | | | 0 | 0.00078391507 | |
| 21247064 | 3 hours ago | | | 0 | 0.00059731312 | |
| 21246138 | 6 hours ago | | | 0 | 0.0013064587 | |
| 21245807 | 7 hours ago | | | 0 | 0.0010129645 | |
| 21245747 | 7 hours ago | | | 0 | 0.00071361078 | |
| 21245673 | 7 hours ago | | | 0 | 0.00078964358 | |
| 21245600 | 8 hours ago | | | 0 | 0.00077629064 | |
| 21245343 | 9 hours ago | | | 0 | 0.00081611928 |
ABI
ABI objects
Getter at block 21247883
BONUS_MULTIPLIER() view returns (uint256)
10
bone() view returns (address)
0x9813037ee2218799597d83d4a5b6f3b6778218d9
boneLocker() view returns (address)
0xa404f66b9278c4ab8428225014266b4b239bcdc7
bonePerBlock() view returns (uint256)
0
bonusEndBlock() view returns (uint256)
12872000
devBoneDistributor() view returns (address)
0xc7d0445ac2947760b3dd388b8586adf079972bf3
devPercent() view returns (uint256)
0
devRewardMintPercent() view returns (uint256)
100
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256)
52
rewardMintPercent() view returns (uint256)
100
startBlock() view returns (uint256)
12772000
tBoneBoneDistributor() view returns (address)
0xc7d0445ac2947760b3dd388b8586adf079972bf3
tBonePercent() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
0
xLeashBoneDistributor() view returns (address)
0xc7d0445ac2947760b3dd388b8586adf079972bf3
xLeashPercent() view returns (uint256)
0
xShibBoneDistributor() view returns (address)
0xc7d0445ac2947760b3dd388b8586adf079972bf3
xShibPercent() view returns (uint256)
0
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingBone(uint256 _pid, address _user) view returns (uint256)
poolExistence(address) view returns (bool)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accBonePerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
boneLockerUpdate(address _boneLocker)
callEmergencyWithdraw(address _to)
deposit(uint256 _pid, uint256 _amount)
devBoneDistributorUpdate(address _devBoneDistributor)
devPercentUpdate(uint256 _devPercent)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setDevRewardMintPercent(uint256 _newPercent)
setLockingPeriod(uint256 _newLockingPeriod, uint256 _newDevLockingPeriod)
setMigrator(address _migrator)
setRewardMintPercent(uint256 _newPercent)
tBoneBoneDistributorUpdate(address _tBoneBoneDistributor)
tBonePercentUpdate(uint256 _tBonePercent)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
updateRewardPerBlock(uint256 _perBlock)
withdraw(uint256 _pid, uint256 _amount)
xLeashBoneDistributorUpdate(address _xLeashBoneDistributor)
xLeashPercentUpdate(uint256 _xLeashPercent)
xShibBoneDistributorUpdate(address _xShibBoneDistributor)
xShibPercentUpdate(uint256 _xShibPercent)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardPerBlock(address indexed user, uint256 _newReward)
SetAddress(string indexed which, address indexed user, address newAddr)
SetPercent(string indexed which, address indexed user, uint256 newPercent)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _bone, address _boneLocker, address _devBoneDistributor, address _tBoneBoneDistributor, address _xShibBoneDistributor, address _xLeashBoneDistributor, uint256 _bonePerBlock, uint256 _startBlock, uint256 _bonusEndBlock, uint256 _rewardMintPercent, uint256 _devRewardMintPercent)
This contract contains no fallback and receive objects.
This contract contains no error objects.