Gravity
Verified contract
Active on
Ethereum with 1,117 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x80c8…c1de
-
variable spans 3 additional slots
Balances ($66.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MILK2 | ERC-20 | 16.013209K | $0.004123 |
$66.02 | |
UNI-V2 | ERC-20 | 0.000012 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11821849 | 4 years ago | | | 0 | 0.0046324500 | |
| 11344748 | 4 years ago | | | 0 | 0.0019783920 | |
| 11214963 | 4 years ago | | | 0 | 0.0029085000 | |
| 11208045 | 4 years ago | | | 0 | 0.0087291000 | |
| 11201285 | 4 years ago | | | 0 | 0.012477300 | |
| 11198475 | 4 years ago | | | 0 | 0.0024428880 | |
| 11197420 | 4 years ago | | | 0 | 0.0019701000 | |
| 11196015 | 4 years ago | | | 0 | 0.0027885600 | |
| 11196015 | 4 years ago | | | 0 | 0.0021040560 | |
| 11195942 | 4 years ago | | | 0 | 0.0029457000 |
ABI
ABI objects
Getter at block 21168813
bonusEndBlock() view returns (uint256)
11145800
devAddr() view returns (address)
0x72d49544d17e3c98b0f94d97ee851981279f3aa9
distributor() view returns (address)
0x956754c96377f26a5b0035e7638515382aecb907
milk() view returns (address)
0x80c8c3dcfb854f9542567c8dac3f44d709ebc1de
owner() view returns (address)
0x98920747575985df2db6227e39ed032013a8c467
poolLength() view returns (uint256)
10
startFirstPhaseBlock() view returns (uint256)
11045800
startSecondPhaseBlock() view returns (uint256)
11055800
startThirdPhaseBlock() view returns (uint256)
11085800
totalAllocPoint() view returns (uint256)
1
Read-only
getCurrentBlockReward(uint256 _currentBlock) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingMilk(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accMilkPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devAddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
updateDistributor(address _distributor)
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 _milk, address _devAddr, address _distributor, uint256 _startFirstPhaseBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.