HolyKnight
Verified contract
Active on
Ethereum with 8,041 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HOLY | ERC-20 | 21.054613M | -- | -- | |
| ERC-20 | 101.679478K | -- | -- | |
UNI-V2 | ERC-20 | 319.070844 | -- | -- | |
UNI-V2 | ERC-20 | 0.123132 | -- | -- | |
UNI-V2 | ERC-20 | 0.013604 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14199355 | 3 years ago | | | 0 | 0.0071761614 | |
| 13639236 | 3 years ago | | | 0 | 0.018160431 | |
| 12406365 | 4 years ago | | | 0 | 0.021762690 | |
| 12233024 | 4 years ago | | | 0 | 0.0049199360 | |
| 12214035 | 4 years ago | | | 0 | 0.0072002700 | |
| 12214034 | 4 years ago | | | 0 | 0.0072002700 | |
| 12212395 | 4 years ago | | | 0 | 0.0090020700 | |
| 12119498 | 4 years ago | | | 0 | 0.013303292 | |
| 12103475 | 4 years ago | | | 0 | 0.0097119810 | |
| 12103461 | 4 years ago | | | 0 | 0.014159644 |
ABI
ABI objects
Getter at block 21170792
devaddr() view returns (address)
0x59b120e5db8724828ff8168ff5409f913ed6e22e
holyPerBlock() view returns (uint256)
0
holytoken() view returns (address)
0x39eae99e685906ff1c11a962a743440d0a1a6e09
owner() view returns (address)
0x26fb67e9eb170aa01ced962a007350725b037fb3
poolLength() view returns (uint256)
10
reservedPercent() view returns (uint256)
100
startBlock() view returns (uint256)
10950946
targetEndBlock() view returns (uint256)
11669960
totalAllocPoint() view returns (uint256)
200000
totalSupply() view returns (uint256)
24000000000000000000000000
treasuryaddr() view returns (address)
0xf6a0307cb6aa05d7c19d080a0da9b14eab1050b7
Read-only
pendingHoly(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardCalcBlock, uint256 accHolyPerShare, bool stakeable, address stakeableContract, address stakedHoldableToken)
totalStaked(address) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 stakedLPAmount)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _stakeable, address _stakeableContract, address _stakedHoldableToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
putToTreasury(address _token)
putToTreasuryAmount(address _token, uint256 _amount)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setReserve(uint256 _reservedPercent)
transferOwnership(address newOwner)
treasury(address _treasuryaddr)
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)
Treasury(address indexed token, address treasury, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _token, address _devaddr, address _treasuryaddr, uint256 _totalsupply, uint256 _reservedPercent, uint256 _startBlock, uint256 _targetEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.