Kaiba Earn
Verified contract
Active on
Ethereum with 499 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 |
---|---|---|---|---|---|
Fang | ERC-20 | 88B | -- | -- | |
KAIBA | ERC-20 | 1.000035K | -- | -- | |
FANG | ERC-20 | 0.608368 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15114522 | 2 years ago | | | 0 | 0.0014243544 | |
| 15112343 | 2 years ago | | | 0 | 0.00096952709 | |
| 15112343 | 2 years ago | | | 0 | 0.00097189216 | |
| 15112343 | 2 years ago | | | 0 | 0.00096935815 | |
| 15112343 | 2 years ago | | | 0 | 0.00096935815 | |
| 15112343 | 2 years ago | | | 0 | 0.00096971010 | |
| 15112343 | 2 years ago | | | 0 | 0.00096935815 | |
| 15112343 | 2 years ago | | | 0 | 0.00096952709 | |
| 15112343 | 2 years ago | | | 0 | 0.00097189216 | |
| 15112341 | 2 years ago | | | 0 | 0.00097189216 |
ABI
ABI objects
Getter at block 21267154
Fang() view returns (address)
0x71c5e6e1b9de8d25a1e8347386b1ff9343debb2c
Kaiba() view returns (address)
0xaca834418f815587d205fc01ca2ca8a0bcec1227
_fang_decimals() view returns (uint256)
18
day() view returns (uint32)
86400
factory_address() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
month() view returns (uint32)
2592000
name() view returns (string)
Kaiba Earn
router_address() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
week() view returns (uint32)
604800
year() view returns (uint32)
2252571
Read-only
getTokenPrice(address pairAddress, uint256 amount) view returns (uint256)
get_apy(address staked, address rewarded, uint256 staked_amount, uint256 rewarded_amount) view returns (uint16 current_apy)
get_reward_on_pool(address actor, uint96 pool, bool yearly) view returns (uint256 reward)
get_reward_yearly_timed(address token, uint96 locktime) view returns (uint256)
get_single_pool(address actor, uint96 pool) view returns (uint256 quantity, uint256 unlock_block, uint256 start_block)
get_stakable_token(address token) view returns (bool enabled, uint256 unlocked, uint256 amount_in)
get_stake_pool(address stakeholder, uint96 pool) view returns (bool status, address[2] tokens, uint256[6] stats)
get_staker(address stakeholder) view returns (uint256 pools, uint256[] closed)
get_token_farms_statistics(address token) view returns (address[] stakeholders, uint256 balance, uint256 unlocked, uint256 locked, bool mintable)
is_it_auth(address addy) view returns (bool)
stakable(address) view returns (bool enabled, bool is_mintable, uint256 unlocked_rewards, address token_reward, uint256 balance_unlocked, uint256 balance_locked, uint256 balance)
staker(address) view returns (uint96 last_id)
State-modifying
Events ADMIN_configure_token_stake(address token, bool _stakable, bool mintable, uint256 unlocked_reward, address token_given, uint256[] times_allowed, uint256[] times_reward)
ADMIN_control_pool(address addy, uint96 id, bool active, address token_staked, address token_reward, uint256 quantity, uint256 start_time, uint256 last_retrieved, uint256 total_earned, uint256 total_withdraw, uint256 unlock_time, uint256 time_period)
ADMIN_control_supply(address addy, uint256 suppli)
ADMIN_set_auth(address addy, bool booly)
ADMIN_set_fang_decimals(uint256 decs)
ADMIN_set_reward_multiplier(bool booly)
ADMIN_set_token_state(address token, bool _stakable)
ADMIN_set_yearly_divisor(uint32 number)
set_is_auth(address addy, bool booly)
stake_token(address token, uint256 amount, uint256 timelock)
unstake(uint96 pool)
withdraw_earnings(uint96 pool)
This contract contains no event objects.
constructor(address[] _authorized)
fallback()
receive()
This contract contains no error objects.