Kenysians Network
Verified contract
Active on
Ethereum with 7,265 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($576.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 340.724 | $1.001 |
$341.06 | |
KEN | ERC-20 | 488.146254 | $0.458072 |
$223.61 | |
FRM | ERC-20 | 898 | $0.01269 |
$11.4 | |
BONK | ERC-20 | 246.932515 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21222954 | 6 days ago | | | 0 | 0.00063119590 | |
| 21215922 | 7 days ago | | | 0 | 0.0014325115 | |
| 21206066 | 8 days ago | | | 0 | 0.00031590949 | |
| 21202720 | 9 days ago | | | 0 | 0.00066762089 | |
| 21083605 | 25 days ago | | | 0 | 0.00026287317 | |
| 21001515 | a month ago | | | 0 | 0.00052558993 | |
| 20992532 | a month ago | | | 0 | 0.0015342797 | |
| 20968870 | a month ago | | | 0 | 0.00068521725 | |
| 20944825 | a month ago | | | 0 | 0.00065015312 | |
| 20907811 | 2 months ago | | | 0 | 0.00062679850 |
ABI
ABI objects
Getter at block 21265123
decimals() view returns (uint8)
18
deprecated() view returns (bool)
false
getOwner() view returns (address)
0x0caa2fb2fb0527bd13fe781bc225649b963ddbef
init_Supply() view returns (uint256)
10000000000000000000000000
name() view returns (string)
Kenysians Network
owner() view returns (address)
0x0caa2fb2fb0527bd13fe781bc225649b963ddbef
paused() view returns (bool)
false
symbol() view returns (string)
KEN
totalSupply() view returns (uint256)
10000000000000000000000000
upgradedAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getBlackListStatus(address _maker) view returns (bool)
isBlackListed(address) view returns (bool)
State-modifying
Events addBlackList(address _evilUser)
approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
deprecate(address _upgradedAddress)
destroyBlackFunds(address _blackListedUser)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
removeBlackList(address _clearedUser)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
AddedBlackList(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
Deprecate(address newAddress)
DestroyedBlackFunds(address _blackListedUser, uint256 _balance)
Pause()
RemovedBlackList(address _user)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.