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 "Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18781931 | a year ago | | | 0 | 0.0026188962 | |
| 17414967 | a year ago | | | 0 | 0.0042133681 | |
| 17413473 | a year ago | | | 0 | 0.00093019754 | |
| 17304776 | a year ago | | | 0 | 0.0013142263 | |
| 17252034 | 2 years ago | | | 0 | 0.0022220646 | |
| 17172212 | 2 years ago | | | 0 | 0.0017544865 | |
| 17169397 | 2 years ago | | | 0 | 0.0031288982 | |
| 17169149 | 2 years ago | | | 0 | 0.0038568867 | |
| 17157347 | 2 years ago | | | 0 | 0.00096857250 | |
| 17155586 | 2 years ago | | | 0 | 0.0014756327 |
ABI
ABI objects
Getter at block 21209378
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
K() view returns (address)
0x1a3b856c1bfdb85255f133afd9116f240abceb0a
MANAGE_DISTRIBUTION_CONFIG_ROLE() view returns (bytes32)
0xf9cd5a455acff3db98d2f49cc39991d33814d0c5cb36e1ff9147a062211641eb
MANAGE_ROLE() view returns (bytes32)
0xa076a07f65bcd51bcb15a0f01a65bc18f2d922acb81bcfd8af4caf5adb557091
MINT_ROLE() view returns (bytes32)
0x154c00819833dac601ee5ddded6fda79d9d8b506b911b3dbd54cdb95fe6c3686
PAUSE_ROLE() view returns (bytes32)
0x139c2898040ef16910dc9f44dc697df79363da767d8bc92f2e310312b816e46d
cap() view returns (uint256)
340282366920938463463374607431768211455
decimals() pure returns (uint8)
8
distributionConfig() view returns (struct IRewardsDistributionConfig)
(0, 13107, 0, 0, 0, 0)
logic() view returns (address)
0xed4d5f875e635fbf233df974a42df32c7edf463e
name() view returns (string)
Kei Finance
paused() view returns (bool)
true
symbol() view returns (string)
KEI
totalSupply() view returns (uint256)
1266337353937593
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
predictTransfer(address from, address to, uint256 amount) view returns (struct ITokenTransferResult result)
supportsInterface(bytes4 interfaceId) view returns (bool)
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(uint256 amount)
multicall(bytes[] data) returns (bytes[] results)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
updateDistributionConfig(struct IRewardsDistributionConfig newConfig)
updateLogic(address newLogic)
Approval(address indexed owner, address indexed spender, uint256 value)
DistributionConfigUpdate(struct IRewardsDistributionConfig prevValue, struct IRewardsDistributionConfig newValue, address indexed sender)
LogicUpdate(address indexed prevLogic, address indexed newLogic, address indexed sender)
Paused(address account)
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)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.