DefiMaster
Verified contract
Active on
Ethereum with 532 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7bd0…f3c9
0x3c35…2400
Balances ($2,185.35)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 2.181892K | $1.001 |
$2,184.07 | |
UNI | ERC-20 | 0.101 | $12.67 |
$1.28 | |
GRDEFI | ERC-20 | 6.126416M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17504994 | a year ago | | | 0 | 0.0023223746 | |
| 15439711 | 2 years ago | | | 0 | 0.00063587126 | |
| 11368162 | 4 years ago | | | 0 | 0.0037710420 | |
| 11361816 | 4 years ago | | | 0 | 0.0094434750 | |
| 11361670 | 4 years ago | | | 0 | 0.0083306520 | |
| 11361643 | 4 years ago | | | 0 | 0.0028487200 | |
| 11278844 | 4 years ago | | | 0 | 0.0034216830 | |
| 11278839 | 4 years ago | | | 0 | 0.0025585600 | |
| 10947367 | 4 years ago | | | 0 | 0.0029122560 | |
| 10947315 | 4 years ago | | | 0 | 0.0029279520 |
ABI
ABI objects
Getter at block 21292691
BONUS_MULTIPLIER() view returns (uint256)
5
GrowDeFi() view returns (address)
0x7bd075e70977b8c026ba29624340a70f832df3c9
bonusEndBlock() view returns (uint256)
11030000
devaddr() view returns (address)
0x087965257db71dba17ccebc91d7ef61c61d4de89
growdefiPerBlock() view returns (uint256)
1000000000000000000
migrator() view returns (address)
0x3c3504909e9de0c50a3b2eade31e7871b4ce2400
owner() view returns (address)
0x087965257db71dba17ccebc91d7ef61c61d4de89
poolLength() view returns (uint256)
16
startBlock() view returns (uint256)
10935000
totalAllocPoint() view returns (uint256)
10017001
Read-only
addedPoolLp(address) view returns (bool)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingGrowDeFi(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accGrowDeFiPerShare)
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()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
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 _growdefi, address _devaddr, uint256 _growdefiPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.