Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6147…1100
0x0000…dead
Balances ($1,211.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 1.199209K | $0.996426 |
$1,194.92 | |
USDbC | ERC-20 | 15.380702 | $0.995533 |
$15.31 | |
WETH | ERC-20 | 0.000451 | $3,295.65 |
$1.49 | |
WGC | ERC-20 | 200 | $0.00056 |
$0.11 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.1 | |
USA | ERC-20 | 1 | $0.000775 |
$0 | |
Cookie | ERC-20 | 1.500111B | -- | -- | |
CLT | ERC-20 | 100M | -- | -- | |
Cheems | ERC-20 | 10.134582M | -- | -- | |
TOSHI | ERC-20 | 3.920304M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22692927 | a day ago | | | 0 | 0.0000033118327 | |
| 22692921 | a day ago | | | 0 | 0.0000032325867 | |
| 22692915 | a day ago | | | 0 | 0.0000037165534 | |
| 22689446 | a day ago | | | 0 | 0.0000021373970 | |
| 22602348 | 3 days ago | | | 0 | 0.0000020242594 | |
| 22318114 | 10 days ago | | | 0 | 0.0000032325867 | |
| 22318109 | 10 days ago | | | 0 | 0.0000037165534 | |
| 22292005 | 11 days ago | | | 0 | 0.0000023205259 | |
| 22008359 | 17 days ago | | | 0 | 3.4265100e-7 | |
| 22008350 | 17 days ago | | | 0 | 3.9395100e-7 |
ABI
ABI objects
Getter at block 22748365
BONUS_MULTIPLIER() view returns (uint256)
1
Cookie() view returns (address)
0x614747c53cb1636b4b962e15e1d66d3214621100
CookiePerBlock() view returns (uint256)
100000000000000000000
devaddr() view returns (address)
0x0086063c6bf7584602742ae4c900f2398bff3639
feeAddress() view returns (address)
0x0086063c6bf7584602742ae4c900f2398bff3639
migrator() view returns (address)
0x000000000000000000000000000000000000dead
owner() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256)
10
startBlock() view returns (uint256)
2666574
totalAllocPoint() view returns (uint256)
5100
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingCookie(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accCookiePerShare, uint16 depositFeeBP)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
depositReferral(uint256 _pid, uint256 _amount, address referral)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, bool _withUpdate)
setFeeAddress1(address _feeAddress1)
setMigrator(address _migrator)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _CookiePerBlock)
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 _Cookie, address _devaddr, address _migrator, address _feeAddress1, uint256 _CookiePerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.