YieldMagnetFeeHandler
Verified contract
Active on
Ethereum with 5 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.001251 | $3,573.23 |
$4.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19804788 | 7 months ago | | | 0 | 0.00062689883 | |
| 19014417 | a year ago | | | 0 | 0.00079467670 | |
| 18961590 | a year ago | | | 0 | 0.0027054969 | |
| 18762393 | a year ago | | | 0 | 0.0047838216 | |
| 18583902 | a year ago | | | 0 | 0.0053592912 |
ABI
ABI objects
Getter at block 21324132
feeDistributionThreshold() view returns (uint256)
1000000000000000000
getProjectWallets() view returns (struct ProjectWallet[])
[(0x679ed713ef26a97bd725b523e0d0d980a494b19f, 100)]
getStakingContracts() view returns (struct StakingContract[])
[(0x3bcb66adbf3c0f9558bc90dea7bb0684164e5633, 100)]
lastStakingPayoutTime() view returns (uint256)
1704708251
magnetTokenAddress() view returns (address)
0x6fdb90535c09b82825e38d41edf5e66211d4b442
owner() view returns (address)
0x679ed713ef26a97bd725b523e0d0d980a494b19f
platformFeePercentage() view returns (uint8)
50
stakingFeePercentage() view returns (uint8)
50
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeFeeDistributionThreshold(uint256 newFeeDistributionThreshold_)
changeFeePercentages(uint8 _stakingFeePercentage)
collectFees(uint256 feeAmount)
releaseFees(uint256 amountToRelease_)
renounceOwnership()
rescueStuckTokens(address tokenAddress_, uint256 amount_)
transferOwnership(address newOwner)
updateProjectWallets(address[] projectWallets_, uint8[] percentages_)
updateStakingContracts(address[] stakingContracts_, uint8[] percentages_)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address magnetTokenAddress_, address stakingAddress_)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)