MulanStake
Verified contract
Active on
Ethereum with 803 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7dfb…a9ca
0x52a8…d516
0x51af…a5d3
Balances ($0.00)
No balances found for "MulanStake"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21201842 | 15 days ago | | | 0 | 0.0014840120 | |
| 21201839 | 15 days ago | | | 0 | 0.0015559295 | |
| 21201835 | 15 days ago | | | 0 | 0.0014740586 | |
| 21201831 | 15 days ago | | | 0 | 0.0015203138 | |
| 21201827 | 15 days ago | | | 0 | 0.0015499472 | |
| 21201824 | 15 days ago | | | 0 | 0.0015902829 | |
| 21201818 | 15 days ago | | | 0 | 0.0015219984 | |
| 21201815 | 15 days ago | | | 0 | 0.0015800808 | |
| 21201811 | 15 days ago | | | 0 | 0.0016031704 | |
| 21201808 | 15 days ago | | | 0 | 0.0016226666 |
ABI
ABI objects
Getter at block 21306206
getProductCount() view returns (uint256)
3
lock() view returns (address)
0x51afe4771f3a442e10a4c723397a35e3b478a5d3
mulan() view returns (address)
0x7dfb72a2aad08c937706f21421b15bfc34cba9ca
mulan2() view returns (address)
0x52a8fcbdcc29e924e86c562e4b36fe6f470bd516
owner() view returns (address)
0x457a592f066fd66a76c485053360dd3d88489769
Read-only
products(uint256) view returns (string prodName, uint256 lockDays, uint256 basedAPY, bool onSale)
sales(uint256) view returns (uint256 lockedTotal, uint256 rewardTotal)
State-modifying
Events addProduct(string _name, uint256 _lockDays, uint256 _basedAPY)
changeAPY(uint256 _productId, uint256 _APY)
deposit(uint256 _productId, uint256 _amount) returns (bool)
offTheShelf(uint256 _productId)
renounceOwnership()
transferOwnership(address newOwner)
withdraw(uint256 _lockNumber) returns (bool)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address mulan_, address mulan2_, address timelock_)
This contract contains no fallback and receive objects.
This contract contains no error objects.