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 "Securosys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8110097 | 5 years ago | | | 0 | 0.00087482000 | |
| 8110084 | 5 years ago | | | 0 | 0.00038478000 | |
| 8110076 | 5 years ago | | | 0 | 0.00077466000 | |
| 8110065 | 5 years ago | | | 0 | 0.00046640000 | |
| 8110056 | 5 years ago | | | 0 | 0.00047210000 | |
| 8110050 | 5 years ago | | | 0 | 0.00047338000 | |
| 8110048 | 5 years ago | | | 0 | 0.00077338000 | |
| 8110032 | 5 years ago | | | 0 | 0.00046640000 | |
| 8110024 | 5 years ago | | | 0 | 0.00076698000 | |
| 8110006 | 5 years ago | | | 0 | 0.00046640000 |
ABI
ABI objects
Getter at block 21331571
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
mintingFinished() view returns (bool)
false
name() view returns (string)
Securosys
owner() view returns (address)
0x0cb94a5fd6473792793defa049fcd3dad1b5158e
paused() view returns (bool)
true
symbol() view returns (string)
SET
totalSupply() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approvePayoutFromReserve(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
depositEtherForDividends(uint256 _amount) payable returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
lockTokens(address[] _holders, uint256[] _timeouts)
mint(address _to, uint256 _amount) returns (bool)
pause()
payDividendInEther(address _to, uint256 _amount) returns (bool)
payDividentFromReserve(address _to, uint256 _amount) returns (bool)
renounceOwnership()
setEligibilityThreshold(uint256 _value) returns (bool)
setTokenReserveAddress(address _newAddress) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
withdrawEther(uint256 _amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PayedDividendEther(address receiver, uint256 amount)
PayedDividendFromReserve(address receiver, uint256 amount)
TokensAreLocked(address _from, uint256 _timeout)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.