Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5469…6e41
Balances ($9.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.002546 | $3,819.71 |
$9.72 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.09 | |
USA | ERC-20 | 1 | $0.000945 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000476 |
$0 | |
SNICK | ERC-20 | 2.4M | -- | -- | |
BULL | ERC-20 | 13.188358K | -- | -- | |
APE | ERC-20 | 100 | -- | -- | |
METAOWLS | ERC-20 | 1 | -- | -- | |
RCKT-V2 | ERC-20 | 0.208191 | -- | -- | |
OOMER | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2291570 | a year ago | | | 0 | 0.000027505170 | |
| 2291567 | a year ago | | | 0 | 0.000015163621 | |
| 2291564 | a year ago | | | 0 | 0.000014399428 | |
| 2291561 | a year ago | | | 0 | 0.000010710425 | |
| 2291558 | a year ago | | | 0 | 0.000015549353 | |
| 2276895 | a year ago | | | 0 | 0.00022956853 | |
| 2276895 | a year ago | | | 0 | 0.00020869866 | |
| 2276894 | a year ago | | | 0 | 0.00018958518 | |
| 2276894 | a year ago | | | 0 | 0.00016535134 | |
| 2276894 | a year ago | | | 0 | 0.00018166656 |
ABI
ABI objects
Getter at block 23273201
BONUS_MULTIPLIER() view returns (uint256)
1
carrot() view returns (address)
0x54690f4d6983e1613f2ac4b58fa776162d496e41
carrotPerSecond() view returns (uint256)
500000000000000000
devaddr() view returns (address)
0x0005085b3a33b98adb606f15c512a95f34f0398f
feeAddress() view returns (address)
0x0005085b3a33b98adb606f15c512a95f34f0398f
owner() view returns (address)
0x0005085b3a33b98adb606f15c512a95f34f0398f
poolLength() view returns (uint256)
5
startTime() view returns (uint256)
1691329812
timeUntilStart() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
4800
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingCarrot(uint256 _pid, address _user) view returns (uint256)
poolExistence(address) view returns (bool)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTime, uint256 accCarrotPerShare, 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)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, bool _withUpdate)
setFeeAddress(address _feeAddress)
setStartTime(uint256 _startTime)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _carrotPerSecond)
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)
SetDevAddress(address indexed user, address indexed newAddress)
SetFeeAddress(address indexed user, address indexed newAddress)
UpdateEmissionRate(address indexed user, uint256 goosePerSecond)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _carrot, address _devaddr, address _feeAddress, uint256 _carrotPerSecond, uint256 _startTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.