Gunnerz Club
Verified contract
Active on
Ethereum with 370 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 "Gunnerz Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16307907 | 2 years ago | | | 0 | 0.00074290619 | |
| 16189494 | 2 years ago | | | 0 | 0.00062297036 | |
| 16119103 | 2 years ago | | | 0 | 0.00068942536 | |
| 15864275 | 2 years ago | | | 0 | 0.00033852556 | |
| 15159120 | 2 years ago | | | 0 | 0.00033521889 | |
| 14575262 | 3 years ago | | | 0 | 0.0031214442 | |
| 14512907 | 3 years ago | | | 0 | 0.0015637380 | |
| 14512907 | 3 years ago | | | 0 | 0.0021340088 | |
| 14512906 | 3 years ago | | | 0 | 0.0013583540 | |
| 14500388 | 3 years ago | | | 0 | 0.0015948070 |
ABI
ABI objects
Getter at block 21225975
MAX_PER_TXN() view returns (uint256)
10
MAX_SUPPLY_ABSOLUTE() view returns (uint256)
5000
SALE_PRICE() view returns (uint256)
20000000000000000
freeMintAmount() view returns (uint256)
1000
mintableSupply() view returns (uint256)
1100
name() view returns (string)
Gunnerz Club
owner() view returns (address)
0x71ae001e82d6d3c636834e6005daf700bfe36652
publicSale() view returns (bool)
true
symbol() view returns (string)
GUNNERZ
totalSupply() view returns (uint256)
1065
whitelistMerkleRoot() view returns (bytes32)
0xad0170b04e764cdd7a04d851773285bffe18f5c6615d81e55cbedb53aad7ba43
whitelistSale() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintPrice(uint256 _quantity) 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)
mintAdmin(address recipient, uint256 _quantity) payable
mintPublic(uint256 _quantity) payable
mintWhitelist(uint256 _quantity, bytes32[] merkleProof) 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 baseURI_)
setFreeMintTotal(uint256 _total)
setMintableSupply(uint256 _total)
setPublicSale(bool toggle)
setWhitelistMerkleRoot(bytes32 merkleRoot)
setWhitelistSale(bool toggle)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.