KumaBreeder
Verified contract
Active on
Ethereum with 20,299 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3f5d…a3a8
Balances ($200,925.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KUMA | ERC-20 | 36.079209T | $0.00 |
$108,237.63 | |
SHIB | ERC-20 | 1.643099B | $0.000027 |
$43,837.87 | |
dKUMA | ERC-20 | 250.863261M | $0.000152 |
$38,208.98 | |
ELON | ERC-20 | 24.419754B | $0.00 |
$5,787.48 | |
AKITA | ERC-20 | 22.519219B | $0.00 |
$3,175.21 | |
LEASH | ERC-20 | 4.940037 | $339.74 |
$1,678.33 | |
TKX | ERC-20 | 0.000108 | $11.91 |
$0 | |
COLLAR | ERC-20 | 10M | -- | -- | |
SLAP | ERC-20 | 393.437784T | -- | -- | |
KUMA | ERC-20 | 173.785556B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158176 | 12 hours ago | | | 0 | 0.0034301017 | |
| 21158119 | 13 hours ago | | | 0 | 0.0040841764 | |
| 21125097 | 5 days ago | | | 0 | 0.0022802884 | |
| 21122777 | 5 days ago | | | 0 | 0.0019415906 | |
| 21121710 | 6 days ago | | | 0 | 0.00099760238 | |
| 21121550 | 6 days ago | | | 0 | 0.00078951698 | |
| 21120382 | 6 days ago | | | 0 | 0.00094150637 | |
| 21115859 | 6 days ago | | | 0 | 0.0011551189 | |
| 21115822 | 6 days ago | | | 0 | 0.0019530410 | |
| 21105947 | 8 days ago | | | 0 | 0.00042530152 |
ABI
ABI objects
Getter at block 21161869
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
12565000
devaddr() view returns (address)
0xcbddd5ce20450931fca5e57b2d66ecab07acd7c6
dkuma() view returns (address)
0x3f5dd1a1538a4f9f82e543098f01f22480b0a3a8
feeRecepient() view returns (address)
0xb44a883686cc947d9f39d44e12534c88cccc4b69
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xcbddd5ce20450931fca5e57b2d66ecab07acd7c6
poolLength() view returns (uint256)
14
startBlock() view returns (uint256)
12499000
sushiPerBlock() view returns (uint256)
100000000000000000000
totalAllocPoint() view returns (uint256)
4816
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingSushi(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSushiPerShare, uint256 poolFee, uint256 limitPerWallet)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate, uint256 _poolFee, uint256 _limitPerWallet)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate, uint256 _poolFee, uint256 _limitPerWallet)
setMigrator(address _migrator)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
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)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _dkuma, address _devaddr, address _feeRecepient, uint256 _sushiPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.