AlbartFootball
Verified contract
Active on
Ethereum with 235 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 |
---|---|---|---|---|---|
AF | ERC-20 | 171.972833M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20547352 | 3 months ago | | | 0 | 0.000055068350 | |
| 20493233 | 3 months ago | | | 0 | 0.00062884958 | |
| 20433696 | 3 months ago | | | 0 | 0.00041170314 | |
| 20318848 | 4 months ago | | | 0 | 0.00054334858 | |
| 20318848 | 4 months ago | | | 0 | 0.00054334858 | |
| 20318848 | 4 months ago | | | 0 | 0.00054334858 | |
| 20318848 | 4 months ago | | | 0 | 0.00054334858 | |
| 20318848 | 4 months ago | | | 0 | 0.00054334858 | |
| 20314962 | 4 months ago | | | 0 | 0.00061959923 | |
| 20300430 | 4 months ago | | | 0 | 0.00016136615 |
ABI
ABI objects
Getter at block 21162862
decimals() view returns (uint8)
18
marketingWL() view returns (address)
0xebfc4291491585274156a1c8ce219bc05a974c4e
name() view returns (string)
AlbartFootball
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x7fab2139397c7f9c1cb141efbb1979fc9a7224f1
rewardsPool() view returns (address)
0xb9f8669e217b99999ccd2242021cfb69a19be0c0
symbol() view returns (string)
AF
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address wallet) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
disableMaxWallet()
enableTrading()
excludedFromFees(address wallet, bool value)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateMarketing(address newAddress)
updateRewardsPool(address newAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
DisableMaxWallet()
EnableTrading()
ExcludedFromFees(address wallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapBack(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateMarketingWL(address newAddress)
UpdateRewardsPool(address newAddress)
constructor()
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)