APF Coin
Verified contract
Active on
Ethereum with 1,456 txns
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 "APF Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21122921 | an hour ago | | | 0 | 0.00078102000 | |
| 21122081 | 4 hours ago | | | 0 | 0.00072895200 | |
| 21120306 | 10 hours ago | | | 0 | 0.00024477600 | |
| 21120294 | 10 hours ago | | | 0 | 0.00020980800 | |
| 21119302 | 13 hours ago | | | 0 | 0.000064319345 | |
| 21115099 | a day ago | | | 0 | 0.00041644800 | |
| 21113328 | a day ago | | | 0 | 0.00019926000 | |
| 21113163 | a day ago | | | 0 | 0.00031233600 | |
| 21113143 | a day ago | | | 0 | 0.00020973600 | |
| 21113121 | a day ago | | | 0 | 0.00020822400 |
ABI
ABI objects
Getter at block 21123282
cap() view returns (uint256)
250000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
APF Coin
owner() view returns (address)
0xdbde0b5d766e16f981c4372717403627f2a9b27d
symbol() view returns (string)
APFC
totalSupply() view returns (uint256)
250000000000000000000000000
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
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)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.