googleTrustFund
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbe7f…82f0
Balances ($0.00)
No balances found for "googleTrustFund"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11282466 | 4 years ago | | | 0 | 0.0040885500 | |
| 11282465 | 4 years ago | | | 0 | 0.0040885500 |
ABI
ABI objects
Getter at block 21284866
BONUS_MULTIPLIER() view returns (uint256)
1
GooglePerBlock() view returns (uint256)
1200000000000000000
bonusEndBlock() view returns (uint256)
11482386
devaddr() view returns (address)
0xc6bff63c5f1f082cceb6d5223e98ecc2fc11f221
google() view returns (address)
0xbe7fd45863aea885039be3357a057cb8305882f0
owner() view returns (address)
0xc6bff63c5f1f082cceb6d5223e98ecc2fc11f221
poolLength() view returns (uint256)
0
startBlock() view returns (uint256)
11282386
totalAllocPoint() view returns (uint256)
0
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingGoogle(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accGooglePerShare)
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(address _lpPool)
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 _google, address _devaddr, uint256 _GooglePerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.