KEEPSCOIN
Verified contract
Active on
Ethereum with 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 "KEEPSCOIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18926929 | 10 months ago | | | 0 | 0.0060407697 | |
| 17113170 | 2 years ago | | | 0 | 0.0023136886 | |
| 15817083 | 2 years ago | | | 0 | 0.00052711962 | |
| 15792817 | 2 years ago | | | 0 | 0.0012736221 | |
| 15739031 | 2 years ago | | | 0 | 0.00094834631 | |
| 15216575 | 2 years ago | | | 0 | 0.0030384960 | |
| 15088051 | 2 years ago | | | 0 | 0.00090267738 | |
| 14953490 | 2 years ago | | | 0 | 0.0025702917 | |
| 14759592 | 2 years ago | | | 0 | 0.017825608 | |
| 14709340 | 3 years ago | | | 0 | 0.0026380718 |
ABI
ABI objects
Getter at block 21158124
MAX_UINT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
_totalSupply() view returns (uint256)
3000000000000000000000000000
basisPointsRate() view returns (uint256)
0
decimals() view returns (uint256)
18
deprecated() view returns (bool)
false
getOwner() view returns (address)
0xa2ee844cdb9a39a9747ce6e7022bd0ab1d8dd0fd
maximumFee() view returns (uint256)
0
name() view returns (string)
KEEPSCOIN
owner() view returns (address)
0xa2ee844cdb9a39a9747ce6e7022bd0ab1d8dd0fd
paused() view returns (bool)
false
symbol() view returns (string)
KPC
totalSupply() view returns (uint256)
3000000000000000000000000000
upgradedAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address who) view returns (uint256)
balances(address) 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)
deprecate(address _upgradedAddress)
destroyBlackFunds(address _blackListedUser)
pause()
removeBlackList(address _clearedUser)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
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(uint256 _initialSupply, string _name, string _symbol, uint256 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.