Based Fellas
Verified contract
Active on
Base with 20,988 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($26.46)
Native
Value
$26.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.008 | $3,307.65 |
$26.46 | |
USA | ERC-20 | 1 | $0.000763 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22714565 | 20 hours ago | | | 0 | 3.3615137e-7 | |
| 22714546 | 20 hours ago | | | 0 | 3.3715539e-7 | |
| 22711803 | a day ago | | | 0 | 0.0000047813435 | |
| 22704142 | a day ago | | | 0 | 6.3572569e-7 | |
| 22671347 | 2 days ago | | | 0 | 6.5218313e-7 | |
| 22667554 | 2 days ago | | | 0 | 6.5218313e-7 | |
| 22667540 | 2 days ago | | | 0 | 8.8892781e-7 | |
| 22641742 | 3 days ago | | | 0 | 6.3710623e-7 | |
| 22638311 | 3 days ago | | | 0 | 5.7384681e-7 | |
| 22621672 | 3 days ago | | | 0 | 6.4287939e-7 |
ABI
ABI objects
Getter at block 22751109
MAX_PER_TRANSACTION() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
9999
PRICE() view returns (uint256)
5000000000000000
baseURI() view returns (string)
ipfs://bafybeigr7b3cbyrhyjnmv6nx7itr7v25ghqqhfzb23owwvtmaj7vh5vlr4/
name() view returns (string)
Based Fellas
owner() view returns (address)
0xa89946f00052bc385b3121b45420316a7ce20e60
saleIsActive() view returns (bool)
true
symbol() view returns (string)
FELLAS
totalSupply() view returns (uint256)
9998
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
toggleSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InsufficientPayment()
MaxMintPerTransactionExceeded()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotActive()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()