Super cars and supermodels

Unverified contract

Proxy

Active on Base with 125 txns
Deployed by via 0xe28de8ab at 22135047
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 "Super cars and supermodels"

0xef1560de39a8a7d2243bda34d4b4e818d6118f2a166afdd6dc67e9216354ab6d
0x24207edf68f37b05622b06b546c4cbaef16bf107c7749adfb46c090e66db2c0d
0x07dd5816dd92a7a4871a0092b112d85b06d76700646ffd744f0b9385d902a3b5
0xa44b3f016fb8d54290fa16e6aed586042b8fd5239578a08b68a8f3e5bbf6c6ce
0xebb428d76601c9f80f7f016aabfaf84a4cc67b92fec386993a792ff154e9de17
0x643f6f987d1376e171481cd4bfb9bb211a8bf4bf00f22218824e823ae1c5bfc9
0xdb21e70028053efafd1c82536fdb082486daf4964ea8ed783cce6a95026a0f3d
0xb080b48b2abb3133c4aa808482e7ae8ba534147ffe4614dc7a0480aaa31021a8
0x2c0936366ad337657d150eeabde4562d8cc918eabf081b2dc683f464a9d945ff
0x520063bf5436fcdb241c44fe347bb7e2bc8cf0084c1bc7db19481e2ce3884c9c

Functions
Getter at block 22146167
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
125
 
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)
Super cars and supermodels
owner(view returns (address)
0xf64b078c97e6b83252d30c843c0dd901add7139d
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SCA
totalSupply(view returns (uint256)
124
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