Asset Token
Verified contract
Active on
Ethereum with 275 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AST | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11260781 | 4 years ago | | | 0 | 0.00042670000 | |
| 9162278 | 5 years ago | | | 0 | 0.00025661500 | |
| 9132939 | 5 years ago | | | 0 | 0.0021801001 | |
| 7633450 | 6 years ago | | | 0 | 0.00010899500 | |
| 7491621 | 6 years ago | | | 0 | 0.000086940000 | |
| 7366823 | 6 years ago | | | 0 | 0.00021799000 | |
| 7061572 | 6 years ago | | | 0 | 0.00013079400 | |
| 7061327 | 6 years ago | | | 0 | 0.00015214500 | |
| 7032900 | 6 years ago | | | 0 | 0.00020239450 | |
| 6722851 | 6 years ago | | | 0 | 0.00031041000 |
ABI
ABI objects
Getter at block 21264756
INITIAL_SUPPLY() pure returns (uint256)
1000000000000000000000000000
RATE() pure returns (uint256)
2000
decimals() pure returns (uint256)
18
name() pure returns (string)
Asset Token
owner() pure returns (address)
0x50fb7799b4c2c8f6111f299f5ff87083795be260
paused() pure returns (bool)
true
purchasableTokens() pure returns (uint256)
99047531040601600000000000
symbol() pure returns (string)
AST
totalSupply() pure returns (uint256)
1000000000000000000000000000
treasurer() pure returns (address)
0x494f2d31838aa3c9da9978eabc3a0a809ebd545b
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value)
buyTokens(address addr) payable
pause() returns (bool)
setPurchasable(uint256 amount)
setRate(uint256 rate)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
transferTreasurership(address newTreasurer)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.