Storiqa Token
Verified contract
Active on
Ethereum with 8 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 255 additional slots
Balances ($0.00)
No balances found for "Storiqa Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4335511 | 7 years ago | | | 0 | 0.0013268500 | |
| 4335510 | 7 years ago | | | 0 | 0.0050189200 | |
| 4315782 | 7 years ago | | | 0 | 0.0010870800 | |
| 4315773 | 7 years ago | | | 0 | 0.0063376500 | |
| 4276243 | 7 years ago | | | 0 | 0.0010870800 | |
| 4276240 | 7 years ago | | | 0 | 0.0063376500 | |
| 4273242 | 7 years ago | | | 0 | 0.0017338500 | |
| 4273239 | 7 years ago | | | 0 | 0.0063376500 |
ABI
ABI objects
Getter at block 21210228 amIOwner() pure returns (bool)
decimals() pure returns (uint8)
18
getOwners() pure returns (address[])
[0xdad209d09b0fec404Da4204672372771bad3D683, 0x0Eed5de3487aEC55bA585212DaEDF35104c27bAF, 0x06bA0d658578b014b5fEBdAF6992bFd41bd44483]
m_controller() pure returns (address)
0x0000000000000000000000000000000000000000
m_externalMintingEnabled() pure returns (bool)
true
m_isCirculating() pure returns (bool)
false
m_multiOwnedRequired() pure returns (uint256)
2
m_numOwners() pure returns (uint256)
3
name() pure returns (string)
Storiqa Token
symbol() pure returns (string)
STQ
totalSupply() pure returns (uint256)
48304500000000000000000
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
getOwner(uint256 ownerIndex) pure returns (address)
hasConfirmed(bytes32 _operation, address _owner) pure returns (bool)
isOwner(address _addr) pure returns (bool)
m_emissions(uint256) pure returns (uint256 created, uint256 totalSupplyWas)
State-modifying
Events addOwner(address _owner)
approve(address _spender, uint256 _value) returns (bool)
changeOwner(address _from, address _to)
changeRequirement(uint256 _newRequired)
detachController()
disableMinting()
emission(uint256 _tokensCreatedInSTQ)
mint(address _to, uint256 _amount)
removeOwner(address _owner)
requestDividends()
revoke(bytes32 _operation)
setController(address _controller)
startCirculation()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
CirculationEnabled()
Confirmation(address owner, bytes32 operation)
ControllerRetired(address was)
ControllerSet(address controller)
Dividend(address indexed to, uint256 amount)
Emission(uint256 tokensCreated, uint256 totalSupplyWas, uint256 time)
FinalConfirmation(address owner, bytes32 operation)
Mint(address indexed to, uint256 amount)
OwnerAdded(address newOwner)
OwnerChanged(address oldOwner, address newOwner)
OwnerRemoved(address oldOwner)
RequirementChanged(uint256 newRequirement)
Revoke(address owner, bytes32 operation)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address[] _owners)
This contract contains no fallback and receive objects.
This contract contains no error objects.