MetalForge
Verified contract
Active on
Ethereum with 6,792 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
METL | ERC-20 | 36.899889K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19151293 | 10 months ago | | | 0 | 0.0011160618 | |
| 19149696 | 10 months ago | | | 0 | 0.0011549610 | |
| 19126889 | 10 months ago | | | 0 | 0.0026644286 | |
| 19073169 | 10 months ago | | | 0 | 0.0011488879 | |
| 19073165 | 10 months ago | | | 0 | 0.00078057825 | |
| 18950496 | a year ago | | | 0 | 0.0015936397 | |
| 18950493 | a year ago | | | 0 | 0.0010308057 | |
| 18950485 | a year ago | | | 0 | 0.0013973721 | |
| 18936190 | a year ago | | | 0 | 0.0028888845 | |
| 18809731 | a year ago | | | 0 | 0.0019623479 |
ABI
ABI objects
Getter at block 21290300
BETA_DISTRIBUTION_AMOUNT() view returns (uint256)
25000000000000000000
_totalRewards() view returns (uint256)
78690226048571790179095
_totalSupply() view returns (uint256)
229076355167478342076362
alpha() view returns (address)
0x61028f622cb6618cac3deb9ef0f0d5b9c6369c72
beta() view returns (address)
0x372405a6d95628ad14518bfe05165d397f43de1d
claimDuration() view returns (uint256)
0
claimStartTime() view returns (uint256)
0
lastUpdateTime() view returns (uint256)
1650506758
liquidLegendMintOver() view returns (bool)
false
metalToken() view returns (address)
0xfcbe615def610e806bb64427574a2c5c1fb55510
owner() view returns (address)
0x2a724010b221ddac53efe3daecc08defb81bd160
paused() view returns (bool)
true
rewardRate() view returns (uint256)
3858024691
rewardsToken() view returns (address)
0xfcbe615def610e806bb64427574a2c5c1fb55510
stakingToken() view returns (address)
0xfcbe615def610e806bb64427574a2c5c1fb55510
totalClaimed() view returns (uint256)
0
totalSupply() view returns (uint256)
229076355167478342076362
Read-only
alphaClaimed(uint256) view returns (bool)
balanceOf(address account) view returns (uint256)
betaClaimed(uint256) view returns (bool)
earned(address account) view returns (uint256)
rewardPerToken(uint256 userTime) view returns (uint256)
rewards(address) view returns (uint256)
userLastUpdateTime(address) view returns (uint256)
State-modifying
Events changerewardRate(uint256 newRewardRate)
claimLegendTokens(uint256[] _tokenIds)
claimLegendTokensAsStake(uint256[] _tokenIds)
getReward()
getRewardAsStake()
pauseClaimablePeriod()
renounceOwnership()
stake(uint256 _amount)
stakeOnBehalf(uint256 _amount, address account)
stakeOnBehalfBulk(uint256[] _amounts, address[] _accounts, uint256 totalAmount)
startClaimablePeriod(uint256 _claimDuration)
toggleLiquidLegendsStatus()
transferOwnership(address newOwner)
withdraw(uint256 _amount)
withdrawAllTokens()
withdrawSomeTokens(uint256 _amount)
AirDrop(address indexed account, uint256 indexed amount, uint256 timestamp)
BetaClaimed(uint256 indexed tokenId, address indexed account, uint256 timestamp)
ClaimStart(uint256 _claimDuration, uint256 _claimStartTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _metalTokenAddress, address _alphaContractAddress, address _betaContractAddress, uint256 _BETA_DISTRIBUTION_AMOUNT, address _stakingToken, address _rewardsToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.