Faucet
Verified contract
Active on
Ethereum with 13,494 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x67c5…4253
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SushiLP | ERC-20 | 10K | -- | -- | |
UNI-V2 | ERC-20 | 24.189261 | -- | -- | |
SLP | ERC-20 | 1.658636 | -- | -- | |
UNI-V2 | ERC-20 | 1.002913 | -- | -- | |
UNI-V2 | ERC-20 | 0.155371 | -- | -- | |
UNI-V2 | ERC-20 | 0.146268 | -- | -- | |
UNI-V2 | ERC-20 | 0.073525 | -- | -- | |
UNI-V2 | ERC-20 | 0.008344 | -- | -- | |
UNI-V2 | ERC-20 | 0.000389 | -- | -- | |
UNI-V2 | ERC-20 | 0.000002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15014300 | 2 years ago | | | 0 | 0.0030650203 | |
| 12022328 | 4 years ago | | | 0 | 0.0046070740 | |
| 11864140 | 4 years ago | | | 0 | 0.0041114740 | |
| 11835026 | 4 years ago | | | 0 | 0.0041776010 | |
| 11753629 | 4 years ago | | | 0 | 0.0035138700 | |
| 11717467 | 4 years ago | | | 0 | 0.0019521500 | |
| 11712728 | 4 years ago | | | 0 | 0.0024597090 | |
| 11712639 | 4 years ago | | | 0 | 0.0023425800 | |
| 11712639 | 4 years ago | | | 0 | 0.0020905800 | |
| 11710464 | 4 years ago | | | 0 | 0.0023035370 |
ABI
ABI objects
Getter at block 21274399
MARK() view returns (address)
0x67c597624b17b16fb77959217360b7cd18284253
balance() view returns (uint256)
0
endBlock() view returns (uint256)
11519083
markPerBlock() view returns (uint256)
34166660000
owner() view returns (address)
0x8e3efc071e7fcb0588f311b7c1b30ca18188d5b6
poolLength() view returns (uint256)
20
startBlock() view returns (uint256)
11321522
totalAllocPoint() view returns (uint256)
82
Read-only
pendingMark(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accMarkPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setEndBlock(uint256 _endBlock) returns (uint256)
transfer(address to, uint256 value) returns (bool)
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 _MARK, uint256 _markPerBlock, uint256 _startBlock, uint256 _endBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.