SwapMining
Verified contract
Active on
Ethereum with 18 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb44e…66d8
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRH | ERC-20 | 122.116986K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16327706 | 2 years ago | | | 0 | 0.0023458027 | |
| 16302038 | 2 years ago | | | 0 | 0.0020226752 | |
| 16301800 | 2 years ago | | | 0 | 0.0025448704 | |
| 16300597 | 2 years ago | | | 0 | 0.0048996523 | |
| 16298438 | 2 years ago | | | 0 | 0.0015080151 | |
| 16298415 | 2 years ago | | | 0 | 0.0016127003 | |
| 16298047 | 2 years ago | | | 0 | 0.0018211143 | |
| 16297419 | 2 years ago | | | 0 | 0.0019399297 | |
| 16296897 | 2 years ago | | | 0 | 0.0013402380 | |
| 16296559 | 2 years ago | | | 0 | 0.0023586786 |
ABI
ABI objects
Getter at block 21170097
factory() view returns (address)
0x32828887ae45b263b73159179eea4c36559f1d94
minTokenReward() view returns (uint256)
175000000000000000
mintMulti() view returns (uint256)
1000
operatable() view returns (address)
0x77c80b164f4b17466c49708c5fa522435435b049
operator() view returns (address)
0x32828887ae45b263b73159179eea4c36559f1d94
owner() view returns (address)
0x32828887ae45b263b73159179eea4c36559f1d94
period() view returns (uint256)
648000
periodEndBlock() view returns (uint256)
16944192
poolLength() view returns (uint256)
4
router() view returns (address)
0x460041bf7efb151b19459d36a1360133968c74d9
startBlock() view returns (uint256)
16296192
swapToken() view returns (address)
0xb44e11153316bd02d26c2f7c5b402e8a95ea66d8
tokenPerBlock() view returns (uint256)
38100000000000000000
totalAllocPoint() view returns (uint256)
50
totalWeight() view returns (uint256)
0
veToken() view returns (address)
0xb328692f57dbd3f5ecfb177d1d0477e079d0f0cc
Read-only
check(address _target) view returns (bool)
controllers(address) view returns (bool)
getBoost(uint256 pid, address account, uint256 amount) view returns (uint256)
getPoolInfo(uint256 _pid) view returns (address, uint256, uint256, uint256)
getPoolVote(uint256 tokenId) view returns (address[])
lpOfPid(address) view returns (uint256)
pending(uint256 _pid, address _user) view returns (uint256, uint256)
poolInfo(uint256) view returns (address pair, uint256 quantity, uint256 allocPoint, uint256 allocSwapTokenAmount, uint256 lastRewardBlock)
poolVote(uint256, uint256) view returns (address)
rewardInfo(address account) view returns (uint256)
rewardInfoMax(address account) view returns (uint256)
rewardPoolInfo(uint256 pid, address account) view returns (uint256 userReward)
rewardPoolInfoMax(uint256 pid, address account) view returns (uint256 userReward)
usedWeights(uint256) view returns (uint256)
userInfo(uint256, address) view returns (uint256 quantity, uint256 blockNumber)
votes(uint256, address) view returns (int256)
weights(address) view returns (int256)
State-modifying
Events addController(address _address)
addPair(uint256 _allocPoint, address _pool, bool _withUpdate)
getReward(uint256 pid)
getRewardAll()
massUpdatePools()
poke(uint256 _tokenId)
removeController(address _address)
reset(uint256 _tokenId)
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setHalvingPeriod(uint256 _block)
setMinTokenReward(uint256 _reward)
setMintMulti(uint256 _multi)
setOperContract(address _oper)
setRouter(address newRouter)
setTokenPerBlock(uint256 _newPerBlock, bool _withUpdate)
swap(address account, address pair, uint256 quantity) returns (bool)
updatePool(uint256 _pid) returns (bool)
vote(uint256 tokenId, address[] _poolVote, int256[] _weights)
Abstained(uint256 tokenId, int256 weight)
AddPool(address indexed pool, uint256 point)
ChangeRouter(address indexed oldRouter, address indexed newRouter)
ControllerAdded(address _address)
ControllerRemoved(address _address)
SetOperatorContract(address indexed oldOperator, address indexed newOperator)
SetPool(address indexed pool, uint256 point)
SwapMining(address indexed account, address indexed pair, uint256 quantity)
Voted(address indexed voter, uint256 tokenId, int256 weight)
constructor(address _operatorMsg, address __ve, address _swapToken, address _factory, address _router, uint256 _swapPerBlock, uint256 _startBlock, uint256 _period)
This contract contains no fallback and receive objects.
This contract contains no error objects.