Oncourt Hardware by Court Date

Unverified contract

Proxy

Active on Base with 52,221 txns
Deployed by via 0x56a9a173 at 20807959
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "Oncourt Hardware by Court Date"

0x136e9d546643caac2f08ff75f6cdddc5fa55fc05f50e18bb7c80e5f561c5a670
0x0d34accab1400971afd43072aeab6ef1f479979e3295506df9c29b08240dfd2c
0xe5e57565c3f0abea14657ae3262d8e7e23c69cc80f21664d3dcf559b87d1f39a
0x6bec3ee07891b2a0e015afdcbd79c5c8f70651260e241ba864f368a9349ba42b
0xbf2aab8c7dfc822762ef5628301e40a0b08ad8cde38a858b1bd5d493a437bdba
0x70733024f958d779a6bf86931c9f422efc959573f67fc5da4f879fa264c84506
0xf679503cc145e75d9988aeac36db078e1a2df62b7e81b2de62447a7a16f4fd2f
0x8d9b5e739a02ecc1cca02de2c575ab44c2696060c1a55ce474936394e10b2a53
0x455c803903c7fbbb35164b9cb64215d4b3206e5df7b54efb24bde933b73185e2
0x1b6752601cd92065478ef3be6d0a5b9de2ab5208a6d55a62a3296bb11ad5f7bc

Functions
Getter at block 22745464
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
52148
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
Oncourt Hardware by Court Date
owner(view returns (address)
0x3bb33c9f11287efdd355e029c97f978541fe0eb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
OHB
totalSupply(view returns (uint256)
52147
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId