CHAINSQUARE
Verified contract
Active on
Ethereum with 2,163 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 "CHAINSQUARE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19726842 | 7 months ago | | | 0 | 0.0012846020 | |
| 19655252 | 7 months ago | | | 0 | 0.0018688960 | |
| 19232276 | 9 months ago | | | 0 | 0.0016127822 | |
| 19100480 | 10 months ago | | | 0 | 0.00099285100 | |
| 18944855 | a year ago | | | 0 | 0.00074813439 | |
| 18900751 | a year ago | | | 0 | 0.0019269030 | |
| 18830095 | a year ago | | | 0 | 0.0035041800 | |
| 18762987 | a year ago | | | 0 | 0.0023945230 | |
| 18674270 | a year ago | | | 0 | 0.0022772490 | |
| 18539983 | a year ago | | | 0 | 0.0011449392 |
ABI
ABI objects
Getter at block 21273206
decimals() view returns (uint8)
18
name() view returns (string)
CHAINSQUARE
owner() view returns (address)
0x2b342414f018a483ae1387311d00051b5e40497a
stopped() view returns (bool)
false
symbol() view returns (string)
CHS
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
blackList(address) view returns (int8)
State-modifying
Events airdrop(address[] _to, uint256[] _value)
approve(address _spender, uint256 _value) returns (bool success)
blacklisting(address _addr)
deleteFromBlacklist(address _addr)
start()
stop()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _new)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Blacklisted(address indexed target)
DeleteFromBlacklist(address indexed target)
RejectedPaymentFromBlacklistedAddr(address indexed from, address indexed to, uint256 value)
RejectedPaymentToBlacklistedAddr(address indexed from, address indexed to, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
TransferOwnership(address oldaddr, address newaddr)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.