1Square token
Verified contract
Active on
Ethereum with 184 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 "1Square token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156226 | 16 days ago | | | 0 | 0.00063683764 | |
| 14130279 | 3 years ago | | | 0 | 0.0070119306 | |
| 14106057 | 3 years ago | | | 0 | 0.0019433459 | |
| 14092494 | 3 years ago | | | 0 | 0.0069465435 | |
| 14086763 | 3 years ago | | | 0 | 0.0036176409 | |
| 14086728 | 3 years ago | | | 0 | 0.0058504495 | |
| 14073368 | 3 years ago | | | 0 | 0.0066837259 | |
| 14047171 | 3 years ago | | | 0 | 0.0077478446 | |
| 14002095 | 3 years ago | | | 0 | 0.010460243 | |
| 14001359 | 3 years ago | | | 0 | 0.0075885662 |
ABI
ABI objects
Getter at block 21267723
decimals() view returns (uint256)
18
name() view returns (string)
1Square token
owner() view returns (address)
0xb3c8f6c843e4b5763a9c960160efe3a9969254a4
symbol() view returns (string)
1SQ
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
_balances(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkInLockupList(address beneficiary) view returns (bool)
State-modifying
Events _burn(uint256 amount)
_mint(uint256 amount)
addtoLockupList(address beneficiary)
approve(address spender, uint256 amount) returns (bool)
removeFromLockupList(address beneficiary)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.