VoltsChef
Verified contract
Active on
Ethereum with 2,853 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x14d1…6631
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VOLTS | ERC-20 | 83.554261 | -- | -- | |
UNI-V2 | ERC-20 | 6.345151 | -- | -- | |
UNI-V2 | ERC-20 | 4.501612 | -- | -- | |
UNI-V2 | ERC-20 | 0.605344 | -- | -- | |
UNI-V2 | ERC-20 | 0.362971 | -- | -- | |
UNI-V2 | ERC-20 | 0.000087 | -- | -- | |
UNI-V2 | ERC-20 | 0.000038 | -- | -- | |
UNI-V2 | ERC-20 | 0.000001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12176680 | 4 years ago | | | 0 | 0.015752088 | |
| 12176677 | 4 years ago | | | 0 | 0.0063127470 | |
| 12176677 | 4 years ago | | | 0 | 0.017146317 | |
| 12170355 | 4 years ago | | | 0 | 0.014638304 | |
| 12170294 | 4 years ago | | | 0 | 0.016899870 | |
| 12118456 | 4 years ago | | | 0 | 0.020206489 | |
| 12115514 | 4 years ago | | | 0 | 0.026925112 | |
| 12045740 | 4 years ago | | | 0 | 0.026850807 | |
| 11996978 | 4 years ago | | | 0 | 0.015873773 | |
| 11968511 | 4 years ago | | | 0 | 0.023008053 |
ABI
ABI objects
Getter at block 21290247
Volts() view returns (address)
0x14d1c83df4decee9deb14ee851f109f0101a6631
currentMint() view returns (uint256)
3
devaddr() view returns (address)
0x29c61d957239aeaefbe815ba3e7dc983f7ab9866
devmint() view returns (uint256)
5
farmingActive() view returns (bool)
true
mintLength() view returns (uint256)
4
owner() view returns (address)
0x29c61d957239aeaefbe815ba3e7dc983f7ab9866
poolLength() view returns (uint256)
8
totalAllocPoints() view returns (uint256)
200
Read-only
getVoltsAmountInRange(uint256 _from, uint256 _to) view returns (uint256)
mintInfo(uint256) view returns (uint256 VoltsPerBlock, uint256 mintStartBlock)
poolInfo(uint256) view returns (address lpTokenContract, string name, uint256 allocPoints, uint256 lastRewardedBlock, uint256 accVoltsPerLPShare, 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)
changeDevaddr(address _devaddr)
deleteMint(uint256 _mid)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
pendingVolts(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 _Volts, address _devaddr, uint256 _devmint, uint256 _VoltsPerBlock, uint256 _mintStartBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.