ShamanTreasury
Verified contract
Active on
Ethereum with 61 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($639.37)
Native
Value
$639.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.193551 | $3,303.38 |
$639.37 | |
SHAMAN | ERC-20 | 1802.149626T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18657117 | a year ago | | | 0 | 0.0051965465 | |
| 18657068 | a year ago | | | 0 | 0.0070417931 | |
| 15840355 | 2 years ago | | | 0 | 0.0066391359 | |
| 15539496 | 2 years ago | | | 0 | 0.0033014686 | |
| 15455941 | 2 years ago | | | 0 | 0.0032993258 | |
| 15422103 | 2 years ago | | | 0 | 0.0038552639 | |
| 15409610 | 2 years ago | | | 0 | 0.0058658346 | |
| 15380916 | 2 years ago | | | 0 | 0.00091174522 | |
| 15378509 | 2 years ago | | | 0 | 0.0034341998 | |
| 15365141 | 2 years ago | | | 0 | 0.0020446746 |
ABI
ABI objects
Getter at block 21180223
addLiquidityRate() view returns (uint256)
9400
buybackRate() view returns (uint256)
9500
dividendToken() view returns (address)
0x5fce9fc9b5d62af082a59d0823a062f7529efa5a
feeWallet() view returns (address)
0xe1f1dd010bbc2860f81c8f90ea4e38db949bb16f
liquidityWithdrawalLimit() view returns (uint256)
2000
owner() view returns (address)
0x7962795f261ca5dfefc748f68790031de20d77f0
pair() view returns (address)
0x9b4a421bdf48f44a7327dcde1dc741009e379899
performanceFee() view returns (uint256)
100
performanceLpFee() view returns (uint256)
200
period() view returns (uint256)
30
slippageFactor() view returns (uint256)
800
slippageFactorUL() view returns (uint256)
995
token() view returns (address)
0x5fce9fc9b5d62af082a59d0823a062f7529efa5a
uniRouterAddress() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
withdrawalLimit() view returns (uint256)
500
Read-only
wNativeToTokenPath(uint256) view returns (address)
State-modifying
Events addLiquidity()
buyBack()
emergencyWithdraw()
harvest()
initialize(address _token, address _dividendToken, address _uniRouter, address[] _wNativeToTokenPath)
recoverWrongTokens(address _token)
renounceOwnership()
setAddLiquidityRate(uint256 _percent)
setBuybackRate(uint256 _percent)
setFarmServiceInfo(address _farm, address _addr)
setLiquidityWithdrawalLimit(uint256 _percent)
setServiceInfo(address _wallet, uint256 _fee)
setStakingServiceInfo(address _staking, address _addr)
setSwapSettings(address _uniRouter, uint256 _slipPage, address[] _path)
setWithdrawalLimit(uint256 _percent)
setWithdrawalLimitPeriod(uint256 _period)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
withdrawLiquidity(uint256 _amount)
AddLiquidityRateUpdated(uint256 percent)
BuybackRateUpdated(uint256 percent)
LiquidityAdded(uint256 amountETH, uint256 amountToken, uint256 liquidity)
LiquidityWithdrawLimitUpdated(uint256 percent)
LiquidityWithdrawn(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeriodUpdated(uint256 duration)
ServiceInfoUpdated(address wallet, uint256 performanceFee, uint256 liquidityFee)
SetSwapConfig(address router, uint256 slipPage, address[] path)
TokenBuyBack(uint256 amountETH, uint256 amountToken)
TransferBuyBackWallet(address staking, address wallet)
WithdrawLimitUpdated(uint256 percent)
Withdrawn(uint256 amount)
constructor()
receive()
This contract contains no error objects.