Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($998.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SRN | ERC-20 | 1.470614M | $0.000577 |
$848.16 | |
USDT | ERC-20 | 142 | $1.001 |
$142.14 | |
IOTX | ERC-20 | 100 | $0.041481 |
$4.15 | |
RCN | ERC-20 | 3.006969K | $0.001227 |
$3.69 | |
OCN | ERC-20 | 5 | $0.00004 |
$0 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
FIFAmini | ERC-20 | 20.180614K | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241755 | 10 hours ago | | | 0 | 0.00039353163 | |
| 21241001 | 13 hours ago | | | 0 | 0.00067292962 | |
| 21238210 | a day ago | | | 0 | 0.0018344630 | |
| 21227365 | 2 days ago | | | 0 | 0.00056340034 | |
| 21220086 | 3 days ago | | | 0 | 0.00056700499 | |
| 21220081 | 3 days ago | | | 0 | 0.00055518851 | |
| 21212700 | 4 days ago | | | 0 | 0.00035496786 | |
| 21212683 | 4 days ago | | | 0 | 0.00061108238 | |
| 21211214 | 5 days ago | | | 0 | 0.00052795165 | |
| 21209284 | 5 days ago | | | 0 | 0.00059888294 |
ABI
ABI objects
Getter at block 21244851
decimals() view returns (uint8)
18
destroyEnabled() view returns (bool)
true
mintingFinished() view returns (bool)
false
name() view returns (string)
SIRIN
owner() view returns (address)
0x78fb2c7276011d392226a9e75298424424294d0a
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SRN
totalSupply() view returns (uint256)
572166103885716646983596714
transfersEnabled() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
transferableTokens(address holder, uint64 time) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
claimOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
destroy(address _from, uint256 _amount)
disableTransfers(bool _disable)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
issue(address _to, uint256 _amount)
mint(address _to, uint256 _amount) returns (bool)
setDestroyEnabled(bool _enable)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Destruction(uint256 _amount)
Issuance(uint256 _amount)
Mint(address indexed to, uint256 amount)
MintFinished()
NewSmartToken(address _token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.