Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($84.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HT | ERC-20 | 150.551296 | $0.560757 |
$84.42 | |
AD | ERC-20 | 12 | $0.000004 |
$0 | |
IDMO | ERC-20 | 905.794583K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11781887 | 4 years ago | | | 0 | 0.010296220 | |
| 11781761 | 4 years ago | | | 0 | 0.017824290 | |
| 11781579 | 4 years ago | | | 0 | 0.0032874420 | |
| 11455485 | 4 years ago | | | 0 | 0.0059664900 | |
| 11455482 | 4 years ago | | | 0 | 0.0052008780 | |
| 11455143 | 4 years ago | | | 0 | 0.082565280 | |
| 11455141 | 4 years ago | | | 0 | 0.085273020 | |
| 11452035 | 4 years ago | | | 0 | 0.0094853748 | |
| 11452024 | 4 years ago | | | 0 | 0.011877966 | |
| 11452009 | 4 years ago | | | 0 | 0.0097070122 |
ABI
ABI objects
Getter at block 21085314
delegateContract() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xc095bfc3d93dd948d176a0335b567d6449dfd95b
tokenIndex() view returns (uint256)
1
viewTokenInfo() view returns (struct IDMOTokenParam[])
[(0x4ba376dec87edaa662cd82278d89406864118efd, 0xa417400c71e36ed541ffbe57d9b1f5a10dd72129, 800000000000000000000000, 100000, 2160000000000000000000000, 5000000, 2160000000000000000000000, 2500000, 5, 10000)]
Read-only
checkTokenParam(struct IDMOTokenParam tokenParam) view
getMultiplier(uint256 tokenId, uint256 _from, uint256 _to) view returns (uint256)
isTokenExist(address tokenAddr) view
mapTokenExist(address) view returns (uint256)
pendingToken(uint256 tokenId, uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256, uint256) view returns (address lpToken, uint256 amount, uint256 allocPoint, uint256 lastRewardBlock, uint256 accPerShare)
poolLength(uint256 tokenId) view returns (uint256)
poolNum(uint256) view returns (uint256)
startBlock(uint256) view returns (uint256)
tokenInfo(uint256) view returns (address myTokenAddr, address devAddr, uint256 amount1st, uint256 blkNum1st, uint256 amount2nd, uint256 blkNum2nd, uint256 amount3rd, uint256 blkNum3rd, uint256 feeRate, uint256 blkNumPriMine)
totalAllocPoint(uint256) view returns (uint256)
userInfo(uint256, uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 lock_expire, uint256 lock_amount)
viewPoolInfo(uint256 tokenId) view returns (struct IDMOPoolInfo[])
State-modifying
Events addPool(uint256 tokenId, uint256 _allocPoint, address _lpToken, bool _withUpdate)
addToken(struct IDMOTokenParam tokenParam) returns (uint256)
delegateDeposit(address _user, uint256 tokenId, uint256 _pid, uint256 _amount, uint256 _lock_expire)
deposit(uint256 tokenId, uint256 _pid, uint256 _amount)
dev(uint256 tokenId, address _devAddr)
massUpdatePools(uint256 tokenId)
renounceOwnership()
setDelegateContract(address _addr)
setPool(uint256 tokenId, uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setStartBlock(uint256 tokenId, uint256 _startBlk)
transferOwnership(address newOwner)
updatePool(uint256 tokenId, uint256 _pid)
withdraw(uint256 tokenId, uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed tokenid, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed tokenid, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed tokenid, uint256 indexed pid, uint256 amount)
constructor(struct IDMOTokenParam tokenParam)
This contract contains no fallback and receive objects.
This contract contains no error objects.