PrinterMasterChef
Verified contract
Active on
Ethereum with 2,616 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x54b8…a38c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 29.690449 | -- | -- | |
UNI-V2 | ERC-20 | 25.216557 | -- | -- | |
UNI-V2 | ERC-20 | 0.000056 | -- | -- | |
UNI-V2 | ERC-20 | 0.000024 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11791106 | 4 years ago | | | 0 | 0.012430320 | |
| 11050663 | 4 years ago | | | 0 | 0.0011568720 | |
| 11033750 | 4 years ago | | | 0 | 0.0014802800 | |
| 11026835 | 4 years ago | | | 0 | 0.0013692590 | |
| 10984693 | 4 years ago | | | 0 | 0.0020173500 | |
| 10968819 | 4 years ago | | | 0 | 0.0024424620 | |
| 10968811 | 4 years ago | | | 0 | 0.0022832700 | |
| 10946434 | 4 years ago | | | 0 | 0.0019719150 | |
| 10933981 | 4 years ago | | | 0 | 0.0019719150 | |
| 10933975 | 4 years ago | | | 0 | 0.0015066240 |
ABI
ABI objects
Getter at block 21260703
currentMint() view returns (uint256)
4
farmingActive() view returns (bool)
true
mintLength() view returns (uint256)
5
owner() view returns (address)
0xe0e77f7c731924df4819ca2dbf547e1b612d4885
poolLength() view returns (uint256)
4
printer() view returns (address)
0x54b8c98268da0055971652a95f2bfd3a9349a38c
totalAllocPoints() view returns (uint256)
900
Read-only
getPrintAmountInRange(uint256 _from, uint256 _to) view returns (uint256)
mintInfo(uint256) view returns (uint256 printPerBlock, uint256 mintStartBlock)
poolInfo(uint256) view returns (address lpTokenContract, string name, uint256 allocPoints, uint256 lastRewardedBlock, uint256 accPrintPerLPShare, uint256 lpTokenHolding)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events addLP(string _name, uint256 _allocPoints, address _lpTokenContract, bool _withUpdate)
addMint(uint256 _block, uint256 _amount)
deleteMint(uint256 _mid)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
pendingPrinter(uint256 _pid, address _user) returns (uint256)
renounceOwnership()
setLP(uint256 _pid, string _name, uint256 _allocPoints, bool _withUpdate)
setMint(uint256 _mid, uint256 _block, uint256 _amount)
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 _printer, uint256 _printPerBlock, uint256 _mintStartBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.