Repeat 3-Peat

Unverified contract

Proxy

Active on Base with 4,175 txns
Deployed by via 0xad9013d4 at 22371915
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 "Repeat 3-Peat"

0xca2c6e38d34a6fde59d09cc9188dcdec46c7b53b763ab08a5753d923401f893b
0xdbfd419c119956a39d4b1851e8e0653a8b55b443340d7ac63f3d21b82ece856d
0x654e68c0d329ca0cb8980df1523a72bc4adce54fd58932531d8d778fee13c1f3
0x43d3dbdc971c2473e02e85d1c3885dbe623a55d9f9b16e6cbf3e5d19abd42c37
0x2b571102c174a04a1d25b22d79c82fd8cec8208f17d867dd715b76e878b368f8
0x1d295fcd4d35f7fa28ba4ebdebb1944bc09020924c465e4fcfa51e7500fada23
0x25e8b8bb6bba40081f95f196bfd48e5dde86092782c409ac877e9b4d128c1d1d
0xad7fc429969af853132f77d8f04d4535b041e9f6293222266a2d7cb00619675e
0x0fdc19eb3578189935266eb3a4212e66f5db96a4a180fba2c542cc8d3a056e0c
0x6974878c8b0109d255e7c7966c6cf9e332104b1bdf752d0cfc7349dc9a55f800

Functions
Getter at block 22507011
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
8407
 
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)
Repeat 3-Peat
owner(view returns (address)
0x3bb33c9f11287efdd355e029c97f978541fe0eb1
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
RP
totalSupply(view returns (uint256)
8406
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