FootballPepes
Verified contract
Active on
Ethereum with 2,261 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 "FootballPepes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18361627 | a year ago | | | 0 | 0.00014280292 | |
| 18339414 | a year ago | | | 0 | 0.00012132965 | |
| 18318197 | a year ago | | | 0 | 0.00012885680 | |
| 18310871 | a year ago | | | 0 | 0.00013155544 | |
| 18310750 | a year ago | | | 0 | 0.00011877151 | |
| 18304360 | a year ago | | | 0 | 0.00012954391 | |
| 18295712 | a year ago | | | 0 | 0.00013161497 | |
| 17524514 | a year ago | | | 0 | 0.00093026613 | |
| 16946118 | 2 years ago | | | 0 | 0.0012368576 | |
| 16933355 | 2 years ago | | | 0 | 0.0014536635 |
ABI
ABI objects
Getter at block 21274613
baseURI() view returns (string)
https://ipfs.io/ipfs/QmRCjnMYksuevG3R9aEATsHmAqDrNEssXefmM5wCT8w1fw/
isMintOpen() view returns (bool)
true
maxSupply() view returns (uint256)
6400
maxWalletFreeSupply() view returns (uint256)
1
maxWalletSupply() view returns (uint256)
20
name() view returns (string)
Football Pepes
nextTokenId() view returns (uint256)
2379
owner() view returns (address)
0x9230bb3c8f8dc004c7abb99c4630960a86fe8892
startTokenId() pure returns (uint256)
1
symbol() view returns (string)
FPS
totalSupply() view returns (uint256)
2378
unitPrice() view returns (uint256)
2500000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
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)
setIsMintOpen(bool _isMintOpen)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _mintCntToOwner)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()