Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19614810 | 8 months ago | | | 0 | 0.0024954300 | |
| 16573695 | 2 years ago | | | 0 | 0.00072384999 | |
| 16573626 | 2 years ago | | | 0 | 0.0016873115 | |
| 16573564 | 2 years ago | | | 0 | 0.00070787987 | |
| 16127939 | 2 years ago | | | 0 | 0.00039753923 | |
| 16127439 | 2 years ago | | | 0 | 0.00068486565 | |
| 16094910 | 2 years ago | | | 0 | 0.00073544123 | |
| 16076106 | 2 years ago | | | 0 | 0.0011196014 | |
| 16069428 | 2 years ago | | | 0 | 0.0023507226 | |
| 16020963 | 2 years ago | | | 0 | 0.0011257141 |
ABI
ABI objects
Getter at block 21287312
balancesDB() view returns (address)
0xbac94c32e538ade5773acd00a2ef657def46a3ae
decimals() view returns (uint8)
18
defaultOperators() view returns (address[])
[]
granularity() view returns (uint256)
10000000000000000
isOwner() view returns (bool)
false
name() view returns (string)
CALL
owner() view returns (address)
0xb721cd9e6af726e6643f9c9490821de9bc269865
symbol() view returns (string)
CALL
totalSupply() view returns (uint256)
777000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _tokenHolder) view returns (uint256)
isOperatorFor(address _operator, address _tokenHolder) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
authorizeOperator(address _operator)
burn(uint256 _amount, bytes _data)
changeBalancesDB(address _newDB)
disableERC20()
enableERC20()
executeTransaction(address destination, uint256 value, bytes data)
multiOperatorSend(address _from, address[] _to, uint256[] _amounts, bytes _userData, bytes _operatorData)
multiPartySend(address[] _toAddresses, uint256[] _amounts, bytes _userData)
multiPartyTransfer(address[] _toAddresses, uint256[] _amounts)
multiPartyTransferFrom(address _from, address[] _toAddresses, uint256[] _amounts)
operatorBurn(address _tokenHolder, uint256 _amount, bytes _data, bytes _operatorData)
operatorSend(address _from, address _to, uint256 _amount, bytes _data, bytes _operatorData)
renounceOwnership()
revokeOperator(address _operator)
send(address _to, uint256 _amount, bytes _data)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transaction(address indexed destination, uint256 value, bytes data)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _granularity, uint256 _totalSupply, address _initialOwner, address[] _defaultOperators)
This contract contains no fallback and receive objects.
This contract contains no error objects.