AtariToken
Verified contract
Active on
Ethereum with 47,037 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 |
---|---|---|---|---|---|
USDT | ERC-20 | 59.92K | $0.999322 |
$59,879.37 | |
ATRI | ERC-20 | 301.141K | $0.000235 |
$70.72 | |
MATIC | ERC-20 | 112.182234 | $0.526972 |
$59.12 | |
ESS | ERC-20 | 72.527K | $0.000266 |
$19.28 | |
SKL | ERC-20 | 128.885239 | $0.059072 |
$7.61 | |
dUNIV | ERC-20 | 1K | -- | -- | |
TetherClaims.com | ERC-20 | 800 | -- | -- | |
HQG | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274865 | 4 hours ago | | | 0 | 0.00046262839 | |
| 21270385 | 19 hours ago | | | 0 | 0.00046870340 | |
| 21257192 | 3 days ago | | | 0 | 0.00027894780 | |
| 21257160 | 3 days ago | | | 0 | 0.00036234495 | |
| 21256758 | 3 days ago | | | 0 | 0.00038312648 | |
| 21256377 | 3 days ago | | | 0 | 0.00038647817 | |
| 21254909 | 3 days ago | | | 0 | 0.00053065801 | |
| 21251609 | 3 days ago | | | 0 | 0.0017190291 | |
| 21249551 | 4 days ago | | | 0 | 0.00049521587 | |
| 21247254 | 4 days ago | | | 0 | 0.00040663588 |
ABI
ABI objects
Getter at block 21276197
decimals() view returns (uint8)
0
name() view returns (string)
AtariToken
symbol() view returns (string)
ATRI
totalSupply() view returns (uint256)
7771000000
Read-only
allowance(address owner, address delegate) view returns (uint256)
allowance(string owner, string delegate) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256)
balanceOf(string tokenOwner) view returns (uint256)
State-modifying
Events approve(address delegate, uint256 numTokens) returns (bool)
approve(string delegate, uint256 numTokens) returns (bool)
registerUser(string user, uint256 nonce) returns (bool)
transfer(address receiver, uint256 numTokens) returns (bool)
transfer(string receiver, uint256 numTokens) returns (bool)
transferFrom(address owner, address buyer, uint256 numTokens) returns (bool)
transferFrom(string owner, string buyer, uint256 numTokens) returns (bool)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
RegistrationFailed(uint256 nonce)
RegistrationSuccessful(uint256 nonce)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.