AF Token
Verified contract
Proxy
Active on
Base with 6 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 31 additional slots
Balances ($0.00)
No balances found for "AF Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23658116 | 3 days ago | | | 0 | 3.1997680e-7 | |
| 23658116 | 3 days ago | | | 0 | 2.8828448e-7 | |
| 23609276 | 4 days ago | | | 0 | 3.1997680e-7 | |
| 23609276 | 4 days ago | | | 0 | 2.8828448e-7 | |
| 23573782 | 5 days ago | | | 0 | 2.8828448e-7 | |
| 23573781 | 5 days ago | | | 0 | 0.0000017951687 |
ABI
ABI objects
Getter at block 23769077
owner() view returns (address)
0x7cd915405f4e76f97a005eaea0d67dbd5979ef1f
whitelistingEnabled() view returns (bool)
true
Read-only
whitelistedForTransfer(address) view returns (bool)
State-modifying
Events initialize(address factory, string name, string symbol, address receiver, uint256 initialSupply)
initializeProxy(address initialAddress)
renounceOwnership()
setWhitelistingEnabled(bool _enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateWhitelist(address user, bool isWhitelisted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
fallback()
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
TransferNotAllowed()