OG (Original Garage) Social Club NFT
Verified contract
Active on
Ethereum with 3,693 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
No balances found for "OG (Original Garage) Social Club NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20563861 | 3 months ago | | | 0 | 0.00013721981 | |
| 20509903 | 3 months ago | | | 0 | 0.000062086919 | |
| 20469311 | 3 months ago | | | 0 | 0.00013742768 | |
| 20283266 | 4 months ago | | | 0 | 0.00026836677 | |
| 20073000 | 5 months ago | | | 0 | 0.00030436598 | |
| 19890022 | 6 months ago | | | 0 | 0.00015445863 | |
| 19717558 | 7 months ago | | | 0 | 0.00051253511 | |
| 19508590 | 8 months ago | | | 0 | 0.00037852907 | |
| 19419972 | 8 months ago | | | 0 | 0.0073335972 | |
| 19419965 | 8 months ago | | | 0 | 0.0055505297 |
ABI
ABI objects
Getter at block 21204068
contractURI() view returns (string)
https://api.originalgarage.com/v1/metadata/contract
isPaused() view returns (bool)
false
maxPerMint() view returns (uint256)
10
name() view returns (string)
OG (Original Garage) Social Club NFT
owner() view returns (address)
0x7798d4e2b6ec81f5d42571b4556c6eaef450ec19
symbol() view returns (string)
OGC
totalSupply() view returns (uint256)
2302
Read-only
amountMinted(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
classInfos(uint256) view returns (uint256 priceType, uint256 maxSupply, uint256 startTime, uint256 endTime, uint256 startPrice, uint256 endPrice)
getAmountMinted(uint256 _classId) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getClassInfo(uint256 _classId) view returns (struct OriginalGarageSocialClubClassInfo)
getPrice(uint256 _classId) view returns (uint256)
getTokenClassId(uint256 _tokenId) view returns (uint256)
getTokenOrderingInClass(uint256 _tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenClasses(uint256) view returns (uint256)
tokenMintOrdering(uint256) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addClass(uint256 _priceType, uint256 _maxSupply, uint256 _startPrice, uint256 _endPrice, uint256 _startTime, uint256 _endTime)
approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
mint(uint256 _classId, uint256 _amount, address _to) payable
ownerMint(uint256 _classId, uint256 _amount, address _to)
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)
setMaxPerMint(uint256 _maxPerMint)
setPaymentAddress(uint256 _index, address _address)
setPaymentBasisPoints(uint256 _index, uint256 _basisPoints)
setRoyaltyAddress(address _address)
setRoyaltyBasisPoints(uint256 _royaltyBasisPoints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
turnPauseOff()
turnPauseOn()
updateClass(uint256 _classId, uint256 _priceType, uint256 _maxSupply, uint256 _startPrice, uint256 _endPrice, uint256 _startTime, uint256 _endTime)
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 _initialBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.