Knit Finance
Verified contract
Active on
Ethereum with 1,999 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,892.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.890208K | $1.001 |
$1,892.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21095425 | 9 days ago | | | 0 | 0.00016561537 | |
| 21095424 | 9 days ago | | | 0 | 0.00016770542 | |
| 21080402 | 11 days ago | | | 0 | 0.00042626744 | |
| 21047202 | 16 days ago | | | 0 | 0.00011718040 | |
| 21044458 | 16 days ago | | | 0 | 0.00058875659 | |
| 20803610 | 2 months ago | | | 0 | 0.00033483992 | |
| 20776136 | 2 months ago | | | 0 | 0.00017403948 | |
| 20776135 | 2 months ago | | | 0 | 0.00016383370 | |
| 20696870 | 2 months ago | | | 0 | 0.000054485684 | |
| 20546483 | 3 months ago | | | 0 | 0.000032484230 |
ABI
ABI objects
Getter at block 21158700
decimals() view returns (uint8)
18
name() view returns (string)
Knit Finance
owner() view returns (address)
0x7d6762c69559b9a9208c6609ce21e870a46cfbb4
symbol() view returns (string)
KFT
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.