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 "CStore"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16573703 | 2 years ago | | | 0 | 0.00075102885 | |
| 16573589 | 2 years ago | | | 0 | 0.00059723731 | |
| 16573584 | 2 years ago | | | 0 | 0.0011064326 | |
| 16128073 | 2 years ago | | | 0 | 0.00038163681 | |
| 16127400 | 2 years ago | | | 0 | 0.0011971000 | |
| 16127352 | 2 years ago | | | 0 | 0.00069900000 | |
| 16127326 | 2 years ago | | | 0 | 0.00064900000 | |
| 16127316 | 2 years ago | | | 0 | 0.00072945028 | |
| 16127269 | 2 years ago | | | 0 | 0.0011968000 | |
| 16126416 | 2 years ago | | | 0 | 0.00038958000 |
ABI
ABI objects
Getter at block 21169729
getDefaultOperators() view returns (address[])
[]
getTotalSupply() view returns (uint256)
777000000000000000000000000
isOwner() view returns (bool)
false
owner() view returns (address)
0xb721cd9e6af726e6643f9c9490821de9bc269865
totalSupply() view returns (uint256)
777000000000000000000000000
Read-only
allowed(address, address) view returns (uint256)
balances(address) view returns (uint256)
getAllowance(address _owner, address _spender) view returns (uint256)
getAuthorizedOperator(address _operator, address _tokenHolder) view returns (bool)
getBalance(address _acct) view returns (uint256)
getDefaultOperator(address _operator) view returns (bool)
getModule(address _acct) view returns (bool)
getRevokedDefaultOperator(address _operator, address _tokenHolder) view returns (bool)
modules(address) view returns (bool)
State-modifying
Events decApprove(address _from, address _spender, uint256 _value) returns (bool)
decBalance(address _acct, uint256 _val) returns (bool)
decTotalSupply(uint256 _val) returns (bool)
executeTransaction(address destination, uint256 value, bytes data)
incBalance(address _acct, uint256 _val) returns (bool)
incTotalSupply(uint256 _val) returns (bool)
move(address _from, address _to, uint256 _amount) returns (bool)
renounceOwnership()
setApprove(address _sender, address _spender, uint256 _value) returns (bool)
setAuthorizedOperator(address _operator, address _tokenHolder, bool _status) returns (bool)
setModule(address _acct, bool _set) returns (bool)
setRevokedDefaultOperator(address _operator, address _tokenHolder, bool _status) returns (bool)
transferOwnership(address newOwner)
transferRoot(address _new) returns (bool)
BalanceAdj(address indexed module, address indexed account, uint256 amount, string polarity)
ModuleSet(address indexed module, bool indexed set)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transaction(address indexed destination, uint256 value, bytes data)
constructor(uint256 _totalSupply, address _initialOwner, address[] _defaultOperators)
This contract contains no fallback and receive objects.
This contract contains no error objects.