Stratos Token
Verified contract
Active on
Ethereum with 39,075 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($507.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 291.735752 | $1.00 |
$291.74 | |
STOS | ERC-20 | 375 | $0.574874 |
$215.58 | |
YDF | ERC-20 | 0 | $0.000623 |
$0 | |
STOS | ERC-20 | 500K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157062 | an hour ago | | | 0 | 0.00080980299 | |
| 21157044 | an hour ago | | | 0 | 0.00051268872 | |
| 21157034 | an hour ago | | | 0 | 0.00096493406 | |
| 21157030 | an hour ago | | | 0 | 0.00083736289 | |
| 21156974 | an hour ago | | | 0 | 0.00085820232 | |
| 21156700 | 2 hours ago | | | 0 | 0.00055444370 | |
| 21156228 | 4 hours ago | | | 0 | 0.00044112646 | |
| 21156208 | 4 hours ago | | | 0 | 0.00070647032 | |
| 21155766 | 5 hours ago | | | 0 | 0.00063380974 | |
| 21153935 | 12 hours ago | | | 0 | 0.00060876576 |
ABI
ABI objects
Getter at block 21157381
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINT_BURN_ROLE() view returns (bytes32)
0xa60cb0df7bc178038b993aa2e0df2e2cfb6627f4695e4261227d47422ae7e2a6
decimals() view returns (uint8)
18
name() view returns (string)
Stratos Token
owner() view returns (address)
0x811273bd3d1a4167cfb98063e2447f2b5ab07d1f
paused() view returns (bool)
false
stopped() view returns (bool)
false
symbol() view returns (string)
STOS
totalSupply() view returns (uint256)
28215640132752486010564157
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address guy, uint256 wad) returns (bool)
burn(address guy, uint256 wad)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantMintBurnRole(address account)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address guy, uint256 wad)
redeem(uint256 amount)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeMintBurnRole(address account)
revokeRole(bytes32 role, address account)
setAuthority(address authorityAddress)
setOwner(address newOwner)
start()
stop()
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed guy, uint256 wad)
Mint(address indexed guy, uint256 wad)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.