AMPLE! Coin
Verified contract
Active on
Ethereum with 581 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 |
---|---|---|---|---|---|
ACO | ERC-20 | 2.001627M | -- | -- | |
WZI | ERC-20 | 410 | -- | -- | |
COI | ERC-20 | 55 | -- | -- | |
SCC | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19566481 | 7 months ago | | | 0 | 0.00051081600 | |
| 19566135 | 7 months ago | | | 0 | 0.00093484800 | |
| 19467308 | 8 months ago | | | 0 | 0.00084960400 | |
| 15153514 | 2 years ago | | | 0 | 0.00030024000 | |
| 15153514 | 2 years ago | | | 0 | 0.00030024000 | |
| 15153514 | 2 years ago | | | 0 | 0.00030024000 | |
| 15153514 | 2 years ago | | | 0 | 0.00030036000 | |
| 15153514 | 2 years ago | | | 0 | 0.00030036000 | |
| 15153514 | 2 years ago | | | 0 | 0.00030024000 | |
| 15153514 | 2 years ago | | | 0 | 0.00030024000 |
ABI
ABI objects
Getter at block 21169920
decimals() pure returns (uint256)
18
mintingFinished() pure returns (bool)
true
name() pure returns (string)
AMPLE! Coin
owner() pure returns (address)
0xfa48d74e2dd0e1205933558bd17a4f52fa896228
symbol() pure returns (string)
ACO
totalSupply() pure returns (uint256)
715933780020937334776839700
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.