APM Coin
Verified contract
Active on
Ethereum with 48,161 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($193.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APM | ERC-20 | 55.509322K | $0.003477 |
$193.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21236872 | a day ago | | | 0 | 0.0010587298 | |
| 21235076 | a day ago | | | 0 | 0.00059528771 | |
| 21235056 | a day ago | | | 0 | 0.00064207095 | |
| 21227508 | 3 days ago | | | 0 | 0.00029261235 | |
| 21213597 | 4 days ago | | | 0 | 0.00040341847 | |
| 21212259 | 5 days ago | | | 0 | 0.00053170262 | |
| 21200298 | 6 days ago | | | 0 | 0.00081954136 | |
| 21199566 | 6 days ago | | | 0 | 0.00031378217 | |
| 21199564 | 6 days ago | | | 0 | 0.00056467032 | |
| 21199561 | 6 days ago | | | 0 | 0.00068608911 |
ABI
ABI objects
Getter at block 21245702
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
APM Coin
owner() view returns (address)
0xe7e7fc27ae4a9cd1ede050978189623d730f23d7
paused() view returns (bool)
false
symbol() view returns (string)
APM
totalSupply() view returns (uint256)
1812500000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isBlacklist(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
claimTokens(address _token, uint256 _claimedBalance)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
pause()
registerBlacklist(address account)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
unregisterBlacklist(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
ClaimedTokens(address indexed owner, address indexed _token, uint256 claimedBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
RegisterBlacklist(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused()
UnregisterBlacklist(address indexed account)
constructor(uint256 initialBalance)
This contract contains no fallback and receive objects.
This contract contains no error objects.