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 |
---|---|---|---|---|---|
ARTC | ERC-20 | 125 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- | |
WDT | ERC-20 | 0.0008 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9512305 | 5 years ago | | | 0 | 0.00058904064 | |
| 9494260 | 5 years ago | | | 0 | 0.00031716000 | |
| 9494239 | 5 years ago | | | 0 | 0.00041426640 | |
| 9369124 | 5 years ago | | | 0 | 0.00012686400 | |
| 9369120 | 5 years ago | | | 0 | 0.00010843200 | |
| 9294125 | 5 years ago | | | 0 | 0.00015223680 | |
| 9294110 | 5 years ago | | | 0 | 0.000072288000 | |
| 9293459 | 5 years ago | | | 0 | 0.000063432000 | |
| 9293456 | 5 years ago | | | 0 | 0.00021686400 | |
| 9200801 | 5 years ago | | | 0 | 0.00012686400 |
ABI
ABI objects
Getter at block 21258252
_totalSupply() view returns (uint256)
10000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
ARTC
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xe1a21908d53b7d392a96a6f28bed7c88a2565336
symbol() view returns (string)
ARTC
totalSupply() view returns (uint256)
10000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeDiv(uint256 a, uint256 b) pure returns (uint256 c)
safeMul(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(string tokenName, string tokenSymbol, uint8 tokenDecimals, uint256 initialSupply)
fallback()
This contract contains no error objects.