AmaCoin
Verified contract
Active on
Ethereum with 18,288 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 |
---|---|---|---|---|---|
AMA | ERC-20 | 1.9K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453320 | 3 months ago | | | 0 | 0.000059295000 | |
| 17770811 | a year ago | | | 0 | 0.0032290071 | |
| 17770407 | a year ago | | | 0 | 0.0023651495 | |
| 17770390 | a year ago | | | 0 | 0.0023718776 | |
| 17770360 | a year ago | | | 0 | 0.0033858503 | |
| 17401187 | a year ago | | | 0 | 0.0030242308 | |
| 16951972 | 2 years ago | | | 0 | 0.0018360210 | |
| 16080128 | 2 years ago | | | 0 | 0.0013107240 | |
| 16001056 | 2 years ago | | | 0 | 0.0014820390 | |
| 15906719 | 2 years ago | | | 0 | 0.0014197950 |
ABI
ABI objects
Getter at block 21158496
core() view returns (address)
0xe9e10a5de4a4920d9a5fd6f0c2f205eb575fd7d6
decimals() view returns (uint256)
18
name() view returns (string)
AmaCoin
owner() view returns (address)
0x605d781d560b5668b5ab090e90b9380434e65925
symbol() view returns (string)
AMA
totalSupply() view returns (uint256)
88000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool status)
canTransfer(address _from, address _to, uint256 _value) returns (uint256)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool status)
emitApproval(address _owner, address _spender, uint256 _value) returns (bool)
emitTransfer(address _from, address _to, uint256 _value) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool status)
transfer(address _to, uint256 _value) returns (bool status)
transferFrom(address _from, address _to, uint256 _value) returns (bool status)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _core)
This contract contains no fallback and receive objects.
This contract contains no error objects.