Altered State Machine Utility Token
Verified contract
Active on
Ethereum with 39,442 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ASTO | ERC-20 | 9.8846K | $0.012981 |
$128.32 | |
PROPC | ERC-20 | 66.469939 | $1.64 |
$109.01 | |
APU | ERC-20 | 1 | $0.000939 |
$0 | |
$AAI | ERC-20 | 420.69 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244523 | 13 minutes ago | | | 0 | 0.00080683380 | |
| 21243787 | 3 hours ago | | | 0 | 0.00060525881 | |
| 21243262 | 4 hours ago | | | 0 | 0.00034649513 | |
| 21242764 | 6 hours ago | | | 0 | 0.00065571285 | |
| 21242748 | 6 hours ago | | | 0 | 0.00036797051 | |
| 21242720 | 6 hours ago | | | 0 | 0.00079719572 | |
| 21242261 | 8 hours ago | | | 0 | 0.00053553664 | |
| 21241978 | 9 hours ago | | | 0 | 0.00056769807 | |
| 21241459 | 10 hours ago | | | 0 | 0.00033891030 | |
| 21240221 | 15 hours ago | | | 0 | 0.00060279168 |
ABI
ABI objects
Getter at block 21244586
aragonAgent() view returns (address)
0x20d9c1e8a1efe490d1e0ef4dfa47b6390266b537
aragonFinance() view returns (address)
0xe4193642526d9b5093f7ea72a08c957570888dd6
decimals() view returns (uint8)
18
name() view returns (string)
Altered State Machine Utility Token
symbol() view returns (string)
ASTO
totalSupply() view returns (uint256)
2384000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address agent, address finance)
This contract contains no fallback and receive objects.
This contract contains no error objects.