ArchbishopV2
Verified contract
Active on
Ethereum with 169 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 |
---|---|---|---|---|---|
$KING | ERC-20 | 433.764511M | -- | -- | |
KLP | ERC-20 | 800 | -- | -- | |
KLP | ERC-20 | 346.92172 | -- | -- | |
KLP | ERC-20 | 3.157989 | -- | -- | |
KST | ERC-20 | 0.008976 | -- | -- | |
KLP | ERC-20 | 0.003596 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13687782 | 3 years ago | | | 0 | 0.0045060762 | |
| 12913169 | 3 years ago | | | 0 | 0.0032125940 | |
| 12912906 | 3 years ago | | | 0 | 0.0019046750 | |
| 12178776 | 4 years ago | | | 0 | 0.0083753051 | |
| 11991086 | 4 years ago | | | 0 | 0.0029176320 | |
| 11991084 | 4 years ago | | | 0 | 0.011308704 | |
| 11755104 | 4 years ago | | | 0 | 0.0092448960 | |
| 11737232 | 4 years ago | | | 0 | 0.0065540162 | |
| 11719380 | 4 years ago | | | 0 | 0.012745220 | |
| 11663437 | 4 years ago | | | 0 | 0.0055001280 |
ABI
ABI objects
Getter at block 21325439
courtJester() view returns (address)
0xd31e459ac72e2ccad9a35b5b3367cfb4bab0274f
king() view returns (address)
0x5a731151d6510eb475cc7a0072200cffc9a3bfe5
kingFeePct() view returns (uint8)
0
kingPerLptFarmingBlock() view returns (uint96)
500000000000000000000
kingPerStFarmingBlock() view returns (uint96)
500000000000000000000
kingServant() view returns (address)
0x3377a3357680b06bc709922f4a1b20ffab1e8c47
lpFeePct() view returns (uint8)
0
lptFarmingEndBlock() view returns (uint32)
11801600
owner() view returns (address)
0xd31e459ac72e2ccad9a35b5b3367cfb4bab0274f
poolLength() view returns (uint256)
7
stFarmingEndBlock() view returns (uint32)
11801600
startBlock() view returns (uint32)
11301600
totalAllocPoint() view returns (uint32)
50003
withdrawInterval() view returns (uint32)
0
Read-only
getKingPerBlock(uint256 blockNum) view returns (uint256)
getMultiplier(uint256 from, uint256 to) view returns (uint256 lpt, uint256 st)
pendingKing(uint256 pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint32 allocPoint, uint32 lastRewardBlock, uint32 sTokenWeight, address sToken, bool kingLock, uint256 accKingPerShare)
userInfo(uint256, address) view returns (uint256 wAmount, uint256 stAmount, uint256 lptAmount, uint96 pendingKing, uint96 rewardDebt, uint32 lastWithdrawBlock)
State-modifying
Events add(uint256 allocPoint, uint256 sTokenWeight, address lpToken, address sToken, bool withUpdate)
deposit(uint256 pid, uint256 lptAmount, uint256 stAmount)
emergencyWithdraw(uint256 pid)
massUpdatePools()
renounceOwnership()
setAllocation(uint256 pid, uint256 allocPoint, bool withUpdate)
setCourtJester(address _courtJester)
setFarmingParams(uint256 _kingPerLptFarmingBlock, uint256 _kingPerStFarmingBlock, uint256 _lptFarmingEndBlock, uint256 _stFarmingEndBlock)
setKingFeePct(uint256 newPercent)
setKingLock(uint256 pid, bool _kingLock, bool withUpdate)
setKingServant(address _kingServant)
setLpFeePct(uint256 newPercent)
setSTokenWeight(uint256 pid, uint256 sTokenWeight, bool withUpdate)
setWithdrawInterval(uint256 _blockNum)
transferOwnership(address newOwner)
updatePool(uint256 pid)
withdraw(uint256 pid, uint256 lptAmount)
Deposit(address indexed user, uint256 indexed pid, uint256 lptAmount, uint256 stAmount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 lptAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 lptAmount)
constructor(address _king, address _kingServant, address _courtJester, uint256 _startBlock, uint256 _withdrawInterval)
This contract contains no fallback and receive objects.
This contract contains no error objects.