CircleInUs
Verified contract
Active on
Ethereum with 6,143 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 "CircleInUs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13446651 | 3 years ago | | | 0 | 0.0023547484 | |
| 13446377 | 3 years ago | | | 0 | 0.0022366989 | |
| 12483174 | 3 years ago | | | 0 | 0.0020791836 | |
| 12481565 | 3 years ago | | | 0 | 0.0027155920 | |
| 12457307 | 4 years ago | | | 0 | 0.0025037350 | |
| 12449057 | 4 years ago | | | 0 | 0.0043211000 | |
| 12431545 | 4 years ago | | | 0 | 0.0044278910 | |
| 12412696 | 4 years ago | | | 0 | 0.015738090 | |
| 12321167 | 4 years ago | | | 0 | 0.0015016327 | |
| 12321167 | 4 years ago | | | 0 | 0.0015022411 |
ABI
ABI objects
Getter at block 21229701
_admin() view returns (address)
0x0000000000000000000000000000000000000000
_owner() view returns (address)
0x16b9d1aa7a5c89eb71a3058909230bfe3d7c3dc2
decimals() view returns (uint256)
18
isAllowed() view returns (bool)
false
isOwner() view returns (bool)
false
isStopped() view returns (bool)
false
name() view returns (string)
CircleInUs
owner() view returns (address)
0x16b9d1aa7a5c89eb71a3058909230bfe3d7c3dc2
symbol() view returns (string)
CIU
totalSupply() view returns (uint256)
7700000000000000000000000000
version() view returns (string)
1.0.0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
approvals(address, address) view returns (uint256)
balanceOf(address _who) view returns (uint256)
balances(address) view returns (uint256)
isLocked(address _who, uint256 _value) view returns (bool)
isMinter(address account) view returns (bool)
lockedAddresses(address) view returns (bool)
lockedBalanceOf(address _who) view returns (uint256)
lockup(address, uint256) view returns (uint256 amount, uint256 expiresAt)
State-modifying
Events addMinter(address account)
addtokenLock(address _to, uint256 _value, uint256 _time) returns (bool)
allow(address _target) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
claimOwnership()
destruction()
lockAddress(address _addr, bool _locked)
mint(address to, uint256 value) returns (bool)
proposeOwner(address _proposedOwner)
removeAllowed(address _target) returns (bool)
renounceMinter()
start()
stop()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferWithLock(address _to, uint256 _value, uint256 _time) returns (bool)
unlock(address _who, uint256 _index) returns (bool)
unlockAll(address _who) returns (bool)
Allowed(address indexed _address)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 indexed value)
Locked(address _who, uint256 _index)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveAllowed(address indexed _address)
Started()
Stopped()
Transfer(address indexed from, address indexed to, uint256 value)
UnlockedAll(address _who)
UnlockedIndex(address _who, uint256 _index)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.