FootBallApeFanClub
Verified contract
Active on
Ethereum with 959 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($157.81)
Native
Value
$157.81
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04 | $3,945.26 |
$157.81 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21278397 | 16 days ago | | | 0 | 0.00052061060 | |
| 21119360 | a month ago | | | 0 | 0.00013473140 | |
| 21042979 | 2 months ago | | | 0 | 0.00042334465 | |
| 20980863 | 2 months ago | | | 0 | 0.00064688943 | |
| 20978849 | 2 months ago | | | 0 | 0.00092623559 | |
| 20906852 | 2 months ago | | | 0 | 0.00064367348 | |
| 20747925 | 3 months ago | | | 0 | 0.000092124059 | |
| 20714211 | 3 months ago | | | 0 | 0.0014785589 | |
| 20703963 | 3 months ago | | | 0 | 0.00010117595 | |
| 20703894 | 3 months ago | | | 0 | 0.00011310635 |
ABI
ABI objects
Getter at block 21394400
BaseURI() view returns (string)
ipfs://QmbPtEwTBVKbMV6TJuitTF95gdYfxChZfa6cXJjsYcyEPG/
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cost() view returns (uint256)
40000000000000000
maxMintAmountPerTx() view returns (uint256)
1000
maxSupply() view returns (uint256)
7910
name() view returns (string)
FootBallApeFanClub
owner() view returns (address)
0xb5adac2dbdd9fd2f4a94daec07616a36babb02da
owner_address() view returns (address)
0xb5adac2dbdd9fd2f4a94daec07616a36babb02da
paused() view returns (bool)
false
symbol() view returns (string)
FAFC
totalSupply() view returns (uint256)
2156
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] _adresses, uint256 _mintAmount)
approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 _mintAmount) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setMaxSupply(uint256 _maxSupply)
setcost(uint256 _cost)
setmaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)