UniMexStaking
Verified contract
Active on
Ethereum with 5,817 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x10be…bc15
Balances ($11,299.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 3.386334 | $3,336.88 |
$11,299.79 | |
UMX | ERC-20 | 371.400135K | -- | -- | |
0x2504…216d | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20318768 | 4 months ago | | | 0 | 0.00054567579 | |
| 18592813 | a year ago | | | 0 | 0.0021011620 | |
| 18592808 | a year ago | | | 0 | 0.0028506890 | |
| 16866243 | 2 years ago | | | 0 | 0.0020103445 | |
| 16827756 | 2 years ago | | | 0 | 0.0017818789 | |
| 16140684 | 2 years ago | | | 0 | 0.0012492557 | |
| 16009327 | 2 years ago | | | 0 | 0.00090541393 | |
| 16009324 | 2 years ago | | | 0 | 0.00073183088 | |
| 15754954 | 2 years ago | | | 0 | 0.0012506695 | |
| 15660710 | 2 years ago | | | 0 | 0.00045104354 |
ABI
ABI objects
Getter at block 21169860
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
divPerShare() view returns (uint256)
94159523875462
owner() view returns (address)
0x4387040b86bad26908b02c44e8428b2ddab4455d
percentFactor() view returns (uint256)
1000
stakersBalance() view returns (uint256)
0
teamAddress() view returns (address)
0x9857a29b5810049cbe9d83c34f122c23420b2d44
teamPercentScaled() view returns (uint256)
125
teamPlusLiquidationReserve() view returns (uint256)
30782850909453958
token() view returns (address)
0x10be9a8dae441d276a5027936c3aaded2d82bc15
trustSwapAddress() view returns (address)
0x99b8f0f49971f078edc8b8bfe48da6344e65db3f
trustSwapPercentScaled() view returns (uint256)
125
trustSwapStakersBalance() view returns (uint256)
30782850909453958
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
yieldxStakersAddress() view returns (address)
0xa0f4d4e55e10a9f55dd5ea665ff41b8d632e3b6f
yieldxStakersBalance() view returns (uint256)
30782850909453958
yieldxStakersPercentScaled() view returns (uint256)
125
Read-only
balanceOf(address _user) view returns (uint256)
dividendsOf(address _user) view returns (uint256)
users(address) view returns (uint256 balance, int256 scaledPayout)
State-modifying
Events claim()
deposit(uint256 _amount)
distribute(uint256 _amount) returns (bool)
distributeDivs() returns (bool)
reinvest(uint256 delay)
reinvestWithMinimalAmountOut(uint256 delay, uint256 minimalAmountOut)
renounceOwnership()
setTeamAddress(address _newAddr)
setToken(address _token)
setTrustSwapAddress(address _newAddr)
setYieldXAddress(address _newAddr)
transfer(address _to, uint256 _amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
OnClaim(address indexed from, uint256 amount)
OnDeposit(address indexed from, uint256 amount)
OnTransfer(address indexed from, address indexed to, uint256 amount)
OnWithdraw(address indexed from, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _uniswapRouter, address _weth, address _trustSwap, address _yieldxStakers, address _team)
This contract contains no fallback and receive objects.
This contract contains no error objects.