Stronghold SHx
Verified contract
Active on
Ethereum with 6,000 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,646.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 790 | $1.001 |
$790.79 | |
NOIA | ERC-20 | 20.149165K | $0.034033 |
$685.73 | |
SHX | ERC-20 | 34.975051K | $0.00486 |
$169.97 | |
ZIK | ERC-20 | 53.68467 | $0.000142 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21192438 | an hour ago | | | 0 | 0.00046807806 | |
| 21192359 | an hour ago | | | 0 | 0.00093418000 | |
| 21191483 | 4 hours ago | | | 0 | 0.00073388893 | |
| 21191472 | 4 hours ago | | | 0 | 0.00047177340 | |
| 21190823 | 6 hours ago | | | 0 | 0.0011542325 | |
| 21190092 | 9 hours ago | | | 0 | 0.00067788834 | |
| 21189715 | 10 hours ago | | | 0 | 0.00074569618 | |
| 21189483 | 11 hours ago | | | 0 | 0.0010151710 | |
| 21189451 | 11 hours ago | | | 0 | 0.0010124369 | |
| 21189437 | 11 hours ago | | | 0 | 0.00069415270 |
ABI
ABI objects
Getter at block 21192683
canUpgrade() pure returns (bool)
true
decimals() view returns (uint256)
7
getUpgradeState() view returns (uint8)
2
isToken() pure returns (bool weAre)
true
name() view returns (string)
Stronghold SHx
symbol() view returns (string)
SHX
totalSupply() view returns (uint256)
1000000000000000000
totalUpgraded() view returns (uint256)
0
upgradeAgent() view returns (address)
0x0000000000000000000000000000000000000000
upgradeMaster() view returns (address)
0x88ced58411e0278948e30abeaca91a0e6607a369
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
setTokenInformation(string _name, string _symbol)
setUpgradeAgent(address agent)
setUpgradeMaster(address master)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
upgrade(uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
NewUpgradeMaster(address upgradeMaster)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedTokenInformation(string newName, string newSymbol)
Upgrade(address indexed _from, address indexed _to, uint256 _value)
UpgradeAgentSet(address agent)
constructor(address _owner, string _name, string _symbol, uint256 _totalSupply, uint256 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.