MasterSmith
Verified contract
Active on
Ethereum with 7,200 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x90f6…a962
0xed9a…a802
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GEM | ERC-20 | 5.9366M | -- | -- | |
GLP | ERC-20 | 48.304724K | -- | -- | |
GLP | ERC-20 | 15.574844K | -- | -- | |
GLP | ERC-20 | 5.890216K | -- | -- | |
GLP | ERC-20 | 2.123028K | -- | -- | |
GLP | ERC-20 | 119.42463 | -- | -- | |
GLP | ERC-20 | 83.721132 | -- | -- | |
GLP | ERC-20 | 21.065719 | -- | -- | |
GLP | ERC-20 | 5.250587 | -- | -- | |
GLP | ERC-20 | 1.248614 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14003290 | 3 years ago | | | 0 | 0.0083917282 | |
| 11150443 | 4 years ago | | | 0 | 0.0041282800 | |
| 10957097 | 4 years ago | | | 0 | 0.014325360 | |
| 10953873 | 4 years ago | | | 0 | 0.015146616 | |
| 10953803 | 4 years ago | | | 0 | 0.012628928 | |
| 10951586 | 4 years ago | | | 0 | 0.015179000 | |
| 10951550 | 4 years ago | | | 0 | 0.017054000 | |
| 10948803 | 4 years ago | | | 0 | 0.0079885520 | |
| 10948666 | 4 years ago | | | 0 | 0.0050904700 | |
| 10948660 | 4 years ago | | | 0 | 0.0076137864 |
ABI
ABI objects
Getter at block 21157690
REWARD_MULTIPLIER() view returns (uint256)
1
gem() view returns (address)
0x90f62b96a62801488b151ff3c65eac5fae21a962
gemPerBlock() view returns (uint256)
1000000000000000000000
migrator() view returns (address)
0xed9a5c1e6c0429d6d4fcbc64a9c7591a6a9ba802
owner() view returns (address)
0x43f39935a10668540ae465b8ca108f411b1d5cf5
poolLength() view returns (uint256)
17
rewardEndBlock() view returns (uint256)
10936958
startBlock() view returns (uint256)
10856318
totalAllocPoint() view returns (uint256)
3400
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingGem(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accGemPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
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 _gem, uint256 _gemPerBlock, uint256 _startBlock, uint256 _rewardEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.