Samurai
Verified contract
Active on
Ethereum with 9,576 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe641…4a3d
0x5d9e…d15f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KATANA | ERC-20 | 4.768474M | -- | -- | |
EvolV | ERC-20 | 106.588K | -- | -- | |
YFARM | ERC-20 | 9.397369K | -- | -- | |
CYF | ERC-20 | 3.1055K | -- | -- | |
UNI-V2 | ERC-20 | 2.014542K | -- | -- | |
YFPre | ERC-20 | 183.900878 | -- | -- | |
COW | ERC-20 | 1.058 | -- | -- | |
UNI-V2 | ERC-20 | 1.018947 | -- | -- | |
UNI-V2 | ERC-20 | 0.855313 | -- | -- | |
YFARM | ERC-20 | 0.42483 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12459180 | 4 years ago | | | 0 | 0.0040081480 | |
| 12459069 | 4 years ago | | | 0 | 0.0076410360 | |
| 11920152 | 4 years ago | | | 0 | 0.020397480 | |
| 11920150 | 4 years ago | | | 0 | 0.0033875440 | |
| 11920029 | 4 years ago | | | 0 | 0.013655940 | |
| 11920029 | 4 years ago | | | 0 | 0.0035045010 | |
| 11919989 | 4 years ago | | | 0 | 0.012186630 | |
| 11919983 | 4 years ago | | | 0 | 0.0018229580 | |
| 11919958 | 4 years ago | | | 0 | 0.010802250 | |
| 11919953 | 4 years ago | | | 0 | 0.0018803740 |
ABI
ABI objects
Getter at block 21274486
BONUS_MULTIPLIER() view returns (uint256)
3
blockInAMonth() view returns (uint256)
97500
bonusEndBlock() view returns (uint256)
10941810
devaddr() view returns (address)
0xa97086f040101320d34c4eacd2f672cfb4d1a73e
halvePeriod() view returns (uint256)
97500
isRewardsActive() view returns (bool)
false
katana() view returns (address)
0xe6410569602124506658ff992f258616ea2d4a3d
katanaPerBlock() view returns (uint256)
3125000000000000000
lastHalveBlock() view returns (uint256)
11573178
migrator() view returns (address)
0x5d9e9075b1d8feb2b00ba0db3204b859a864d15f
owner() view returns (address)
0x43bab6d115324acd2755e10910367abe38174f58
poolLength() view returns (uint256)
10
rewardsEndBlock() view returns (uint256)
13184310
startBlock() view returns (uint256)
10844310
totalAllocPoint() view returns (uint256)
16000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
lpTokenExistsInPool(address) view returns (bool)
min(uint256 a, uint256 b) view returns (uint256)
pendingKatana(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accKatanaPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
doHalvingCheck(bool _withUpdate)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
transferOwnership(address newOwner)
updateLpTokenExists(address _lpTokenAddr, bool _isExists)
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)
Halve(uint256 newKatanaPerBlock, uint256 nextHalveBlockNumber)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _katana, address _devaddr, uint256 _katanaPerBlock, uint256 _startBlock, uint256 _bonusEndBlock, uint256 _rewardsEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.