Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…0000
Balances ($0.00)
No balances found for "COWN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18811610 | a year ago | | | 0 | 0.0014337284 | |
| 18811363 | a year ago | | | 0 | 0.0013937020 | |
| 18811361 | a year ago | | | 0 | 0.0013937020 | |
| 18811358 | a year ago | | | 0 | 0.0013937020 | |
| 18811355 | a year ago | | | 0 | 0.0013937020 | |
| 18811351 | a year ago | | | 0 | 0.0014116916 | |
| 18811346 | a year ago | | | 0 | 0.0014593372 | |
| 18811341 | a year ago | | | 0 | 0.0014593372 | |
| 18811337 | a year ago | | | 0 | 0.0014593372 | |
| 18811331 | a year ago | | | 0 | 0.0014593372 |
ABI
ABI objects
Getter at block 21302378
contact() view returns (string)
decimals() view returns (uint8)
0
name() view returns (string)
COWN
owner() view returns (address)
0x9ba0ad35f2e4317df295da014ab870f36021ae7c
paused() view returns (bool)
false
ruleEngine() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
COWN
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canTransfer(address _from, address _to, uint256 _value) view returns (bool)
detectTransferRestriction(address _from, address _to, uint256 _value) view returns (uint8)
identity(address shareholder) view returns (bytes)
isPauser(address account) view returns (bool)
messageForTransferRestriction(uint8 _restrictionCode) view returns (string)
State-modifying
Events addPauser(address account)
approve(address _spender, uint256 _value) returns (bool)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool)
destroy(address[] shareholders)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool)
issue(uint256 _value)
pause()
reassign(address original, address replacement)
redeem(uint256 _value)
renounceOwnership()
renouncePauser()
setContact(string _contact)
setMyIdentity(bytes _identity)
setRuleEngine(address _ruleEngine)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
LogContactSet(string contact)
LogDestroyed(address[] shareholders)
LogIssued(uint256 value)
LogReassigned(address indexed original, address indexed replacement, uint256 value)
LogRedeemed(uint256 value)
LogRuleEngineSet(address indexed newRuleEngine)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string _name, string _symbol, string _contact)
This contract contains no fallback and receive objects.
This contract contains no error objects.