AustinChain
Verified contract
Active on
Ethereum with 66,103 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.001878 |
$0 | |
ATIC | ERC-20 | 41.2682K | -- | -- | |
REXC | ERC-20 | 4.862946K | -- | -- | |
KEC | ERC-20 | 619 | -- | -- | |
SEOS | ERC-20 | 250.6418 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20026666 | 6 months ago | | | 0 | 0.00070447067 | |
| 19475666 | 8 months ago | | | 0 | 0.0017320759 | |
| 19444750 | 8 months ago | | | 0 | 0.0017336088 | |
| 19203020 | 9 months ago | | | 0 | 0.0011924023 | |
| 16257616 | 2 years ago | | | 0 | 0.00054882838 | |
| 15658069 | 2 years ago | | | 0 | 0.00030688308 | |
| 15043645 | 2 years ago | | | 0 | 0.0014556097 | |
| 15043575 | 2 years ago | | | 0 | 0.00073908745 | |
| 14071218 | 3 years ago | | | 0 | 0.0062648256 | |
| 13880168 | 3 years ago | | | 0 | 0.0020509017 |
ABI
ABI objects
Getter at block 21273533
admin() view returns (address)
0x0000000000000000000000000000000000000001
decimals() view returns (uint8)
18
name() view returns (string)
AustinChain
symbol() view returns (string)
ATIC
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
blacklist(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
ban(address addr)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
changeAdmin(address newAdmin)
enable(address addr)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
AdminChanged(address indexed previousAdmin, address indexed newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.