KnsToken
Verified contract
Active on
Ethereum with 7,626 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 37K | $0.999372 |
$36,976.76 | |
CRV | ERC-20 | 204.599265 | $0.494635 |
$101.2 | |
OXT | ERC-20 | 120.0648 | $0.107379 |
$12.89 | |
KOIN | ERC-20 | 12.54817K | -- | -- | |
StableDAI.com | ERC-20 | 576 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21251656 | 3 days ago | | | 0 | 0.00082940256 | |
| 21251602 | 3 days ago | | | 0 | 0.0013168283 | |
| 21244056 | 4 days ago | | | 0 | 0.00074611637 | |
| 21242580 | 4 days ago | | | 0 | 0.00065772498 | |
| 21194742 | 11 days ago | | | 0 | 0.0042190879 | |
| 21188043 | 12 days ago | | | 0 | 0.00072528186 | |
| 21151989 | 17 days ago | | | 0 | 0.00030650689 | |
| 21136121 | 19 days ago | | | 0 | 0.00032799015 | |
| 21127934 | 20 days ago | | | 0 | 0.00032689358 | |
| 21032655 | a month ago | | | 0 | 0.00046218548 |
ABI
ABI objects
Getter at block 21271236
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
KNS_CAP() view returns (uint256)
10000000000000000
KNS_DECIMALS() view returns (uint8)
8
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
ONE_KNS() view returns (uint256)
100000000
SNAPSHOTTER_ROLE() view returns (bytes32)
0x1aa1fd5f7b0f7c50bfda2b3788dca5be0ff1c53a5be56745dadbd234c0ff987c
cap() view returns (uint256)
10000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
Koinos
symbol() view returns (string)
KOIN
totalSupply() view returns (uint256)
9835712311667650
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
snapshot()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address minter)
This contract contains no fallback and receive objects.
This contract contains no error objects.