MasterUnChairman
Verified contract
Active on
Ethereum with 16,734 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5218…d3a6
Balances ($79,069.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
eRSDL | ERC-20 | 209.622581M | $0.000377 |
$79,069.64 | |
UNI-V2 | ERC-20 | 5.572025K | -- | -- | |
UNI-V2 | ERC-20 | 14.136392 | -- | -- | |
UNI-V2 | ERC-20 | 0.32398 | -- | -- | |
UNI-V2 | ERC-20 | 0.1 | -- | -- | |
UNI-V2 | ERC-20 | 0.000003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252789 | 15 hours ago | | | 0 | 0.0021158606 | |
| 21252762 | 15 hours ago | | | 0 | 0.0019168473 | |
| 21252526 | 16 hours ago | | | 0 | 0.0014797332 | |
| 21251252 | 20 hours ago | | | 0 | 0.0078176834 | |
| 21246523 | a day ago | | | 0 | 0.0022204149 | |
| 21245024 | 2 days ago | | | 0 | 0.0018265478 | |
| 21236753 | 3 days ago | | | 0 | 0.0051045602 | |
| 21224734 | 5 days ago | | | 0 | 0.0017064369 | |
| 21221182 | 5 days ago | | | 0 | 0.0012195815 | |
| 21219131 | 5 days ago | | | 0 | 0.0015203973 |
ABI
ABI objects
Getter at block 21257243
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
11090917
devaddr() view returns (address)
0xfc633b4776ecc6299efb597a9c6cfcfba20ba398
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x9ea076c31dd4968bc3a7111cf5b201056cab74e1
poolLength() view returns (uint256)
15
startBlock() view returns (uint256)
10909417
sushi() view returns (address)
0x5218e472cfcfe0b64a064f055b43b4cdc9efd3a6
sushiPerBlock() view returns (uint256)
100000000000000000000
totalAllocPoint() view returns (uint256)
73
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingUnFederalReserve(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accUnFederalReservePerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _sushi, address _devaddr, uint256 _sushiPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.