Atonomi Device Test Token
Verified contract
Active on
Ethereum with 18 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Atonomi Device Test Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5201898 | 7 years ago | | | 0 | 0.00029677600 | |
| 5201413 | 7 years ago | | | 0 | 0.00011148600 | |
| 5161370 | 7 years ago | | | 0 | 0.00031089600 | |
| 5160068 | 7 years ago | | | 0 | 0.00055387200 | |
| 5156266 | 7 years ago | | | 0 | 0.00027693600 | |
| 5156262 | 7 years ago | | | 0 | 0.00027706400 | |
| 5155449 | 7 years ago | | | 0 | 0.00015557600 | |
| 5155445 | 7 years ago | | | 0 | 0.00027706400 | |
| 5137368 | 7 years ago | | | 0 | 0.00053949600 | |
| 5130737 | 7 years ago | | | 0 | 0.00013493800 |
ABI
ABI objects
Getter at block 21181307
decimals() pure returns (uint8)
8
etoken2() pure returns (address)
0x697ed9a0ef0d1481ecb36fc123e85da40f1bc8d5
etoken2Symbol() pure returns (bytes32)
0x5437385445535400000000000000000000000000000000000000000000000000
getLatestVersion() pure returns (address)
0xe9bb95a686495d5108a0648595db71b084908d67
getPendingVersion() pure returns (address)
0x0000000000000000000000000000000000000000
getPendingVersionTimestamp() pure returns (uint256)
0
multiAsset() pure returns (address)
0x697ed9a0ef0d1481ecb36fc123e85da40f1bc8d5
name() pure returns (string)
Atonomi Device Test Token
symbol() pure returns (string)
T78TEST
totalSupply() pure returns (uint256)
10000000000000000
Read-only
allowance(address _from, address _spender) pure returns (uint256)
balanceOf(address _owner) pure returns (uint256)
getVersionFor(address _sender) pure returns (address)
State-modifying
Events _forwardApprove(address _spender, uint256 _value, address _sender) returns (bool)
_forwardTransferFromToICAPWithReference(address _from, bytes32 _icap, uint256 _value, string _reference, address _sender) returns (bool)
_forwardTransferFromWithReference(address _from, address _to, uint256 _value, string _reference, address _sender) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
commitUpgrade() returns (bool)
emitApprove(address _from, address _spender, uint256 _value)
emitTransfer(address _from, address _to, uint256 _value)
init(address _etoken2, string _symbol, string _name) returns (bool)
optIn() returns (bool)
optOut() returns (bool)
proposeUpgrade(address _newVersion) returns (bool)
purgeUpgrade() returns (bool)
recoverTokens(uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFromToICAP(address _from, bytes32 _icap, uint256 _value) returns (bool)
transferFromToICAP(address _from, string _icap, uint256 _value) returns (bool)
transferFromToICAPWithReference(address _from, bytes32 _icap, uint256 _value, string _reference) returns (bool)
transferFromToICAPWithReference(address _from, string _icap, uint256 _value, string _reference) returns (bool)
transferFromWithReference(address _from, address _to, uint256 _value, string _reference) returns (bool)
transferToICAP(bytes32 _icap, uint256 _value) returns (bool)
transferToICAP(string _icap, uint256 _value) returns (bool)
transferToICAPWithReference(bytes32 _icap, uint256 _value, string _reference) returns (bool)
transferToICAPWithReference(string _icap, uint256 _value, string _reference) returns (bool)
transferWithReference(address _to, uint256 _value, string _reference) returns (bool)
Approval(address indexed from, address indexed spender, uint256 value)
OptedIn(address sender, address version)
OptedOut(address sender, address version)
Transfer(address indexed from, address indexed to, uint256 value)
UpgradeCommited(address newVersion)
UpgradeProposed(address newVersion)
UpgradePurged(address newVersion)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.