AMO Coin
Verified contract
Active on
Ethereum with 38,484 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 1.5K | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21119455 | 18 days ago | | | 0 | 0.000052229011 | |
| 20738610 | 2 months ago | | | 0 | 0.000082499168 | |
| 20738604 | 2 months ago | | | 0 | 0.000079928680 | |
| 20660233 | 3 months ago | | | 0 | 0.000075181853 | |
| 20488573 | 3 months ago | | | 0 | 0.000053078418 | |
| 20453111 | 4 months ago | | | 0 | 0.000061516000 | |
| 19872154 | 6 months ago | | | 0 | 0.00010115342 | |
| 19871854 | 6 months ago | | | 0 | 0.00010130188 | |
| 19522833 | 8 months ago | | | 0 | 0.00083671717 | |
| 19487841 | 8 months ago | | | 0 | 0.00088250168 |
ABI
ABI objects
Getter at block 21245848
ADMIN_ALLOWANCE() view returns (uint256)
10000000000000000000000000000
INITIAL_SUPPLY() view returns (uint256)
20000000000000000000000000000
TOKEN_SALE_ALLOWANCE() view returns (uint256)
10000000000000000000000000000
adminAddr() view returns (address)
0xfe2d7ce5268e36f33716706efe3ad0e390f43f82
decimals() view returns (uint8)
18
name() view returns (string)
AMO Coin
owner() view returns (address)
0x1e0f2597a2f6273b297d40b53d0e472abd18e967
symbol() view returns (string)
AMO
tokenSaleAddr() view returns (address)
0xc784926a34bb8a4912d73959ed3b2a89ffd67f09
totalSupply() view returns (uint256)
19679012761810350386666480000
transferEnabled() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
disableTransfer()
enableTransfer()
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lockAccount(address addr, uint256 amount)
setTokenSaleAmount(address _tokenSaleAddr, uint256 amountForSale)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unlockAccount(address addr)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _adminAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.