Kambria Yield Tuning Engine
Verified contract
Active on
Ethereum with 1,644 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Kambria Yield Tuning Engine"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19657434 | 7 months ago | | | 0 | 0.00044934978 | |
| 19565084 | 7 months ago | | | 0 | 0.00075302133 | |
| 19058631 | 10 months ago | | | 0 | 0.00052684337 | |
| 18910567 | 10 months ago | | | 0 | 0.00023607038 | |
| 18910566 | 10 months ago | | | 0 | 0.00024128913 | |
| 18880395 | 10 months ago | | | 0 | 0.00052570371 | |
| 17968026 | a year ago | | | 0 | 0.00056198167 | |
| 17115222 | 2 years ago | | | 0 | 0.0019312247 | |
| 17107100 | 2 years ago | | | 0 | 0.00089734289 | |
| 17087037 | 2 years ago | | | 0 | 0.0025983585 |
ABI
ABI objects
Getter at block 21160112
decimals() view returns (uint256)
18
name() view returns (string)
Kambria Yield Tuning Engine
owner() view returns (address)
0x5f1e94c3a2d69dbc561d169a1ff4793ec9410990
symbol() view returns (string)
KYTE
totalSupply() view returns (uint256)
25000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
freezing(address _user) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freeze(address _user) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unfreeze(address _user) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed owner, address indexed user, bool status)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.