9G Based Gang Dudes
Verified contract
Active on
Base with 9,470 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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000773 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22658379 | 2 days ago | | | 0 | 4.2715373e-7 | |
| 21930265 | 19 days ago | | | 0 | 4.8398103e-7 | |
| 21726117 | 24 days ago | | | 0 | 5.8657800e-7 | |
| 21713151 | 24 days ago | | | 0 | 4.8077453e-7 | |
| 21546728 | a month ago | | | 0 | 0.000000807176113920 | |
| 21081195 | a month ago | | | 0 | 6.2610639e-7 | |
| 20703770 | 2 months ago | | | 0 | 1.8421131e-7 | |
| 20344834 | 2 months ago | | | 0 | 1.3731185e-7 | |
| 19969711 | 2 months ago | | | 0 | 0.000000101368400000 | |
| 19861004 | 2 months ago | | | 0 | 3.2704000e-7 |
ABI
ABI objects
Getter at block 22747773
BASE_URI() view returns (string)
ipfs://bafybeiedjm2nloo4ikj67lxrylgrr464wdgyneg3lw36f2pvh6lwj3jssm/
COLLECTION_SIZE() view returns (uint256)
10000
CONTRACT_URI() view returns (string)
FREE_SUPPLY_PER_WALLET() view returns (uint256)
20
MAX_BATCH_SIZE() view returns (uint256)
100
MINT_PRICE() view returns (uint256)
888000000000000
REVEALED() view returns (bool)
true
SUPPLY_PER_WALLET() view returns (uint256)
350
UNREVEALED_URI() view returns (string)
contractURI() view returns (string)
isPublicMintEnabled() view returns (bool)
true
name() view returns (string)
9G Based Gang Dudes
owner() view returns (address)
0xcc75b39580e133cee0cc716a652c03d8e6a668b5
symbol() view returns (string)
9gBasedGang
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 quantity) view returns (uint256)
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)
userHasMinted(address) view returns (uint256)
State-modifying
Events ChangeFreePerWallet(uint256 _new)
ChangePrice(uint256 _newPrice)
ChangeSupplyPerWallet(uint256 _new)
CollectionUrI(bool _revealed, string _baseURI)
SetMaxBatchSize(uint256 _new)
TeamMint(uint256 quantity, address receiver)
approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
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)
setContract(string _contractURI)
setPublicMintEnabled()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawFunds()
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()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()