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 "Angel Ponke"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16828573 | 4 months ago | | | 0 | 0.0000039304818 | |
| 16828572 | 4 months ago | | | 0 | 0.0000039302509 | |
| 16828571 | 4 months ago | | | 0 | 0.0000041657411 | |
| 16828569 | 4 months ago | | | 0 | 0.0000041657411 | |
| 16828568 | 4 months ago | | | 0 | 0.0000041657411 | |
| 16828504 | 4 months ago | | | 0 | 0.0000041657411 | |
| 16828476 | 4 months ago | | | 0 | 0.0000041657411 | |
| 16828457 | 4 months ago | | | 0 | 0.0000041657411 | |
| 16828157 | 4 months ago | | | 0 | 0.0000039102236 | |
| 16827949 | 4 months ago | | | 0 | 0.0000041657411 |
ABI
ABI objects
Getter at block 21837642
decimals() view returns (uint8)
18
launched() view returns (bool)
false
name() view returns (string)
Angel Ponke
owner() view returns (address)
0x3ccc78545f675a188b7521f7f4b4791995752635
symbol() view returns (string)
APONKE
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
launch()
renounceOwnership()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _symbol, string _name, uint8 _decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)