ovn

Unverified contract

Proxy

Active on Base with 68 txns
Deployed by via 0xefcba775 at 20234288
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 "ovn"

0xa73efcac23097f8283ffafdd2e156971192b434ac5245fcbb490df507fec20cc
0x36674d960d335a6efc1c8d15ff261622d6f2a483bab85e0a6fbfa41ba0141da7
0x6d1802b7256403ee7365107f4c9552380f9fa3fa05ff325db7aec4b3e5a0e855
0x0927e264b3cddbb4a6b3d07cc4a73204d9be8700e906d5de1fea74699546945c
0xa973f5effd15bac1cb0efdb454c866e95afe51dc33fc29a108e498c46945b751
0xff6a2cb7eecdda8a2f4fdff40b096bff78e176fc5aa6452d892b0e6e1da1dd11
0xa5e7eadae56e4c3a46bd9cd5d4cd616d8906b0259c30cf303a95b30eb0faad5e
0x306a90eb2008cf89cd6e55d3731ec68747100c4570a08462af4f887e9f0cffbd
0x4d4e6880dc567e79b340d670ffcacc8ed8abbfa87a5ca95c1903f66efcefe41f
0xadb3a981f2c3d82fc9fd75e2a40ac11b7c742c28b85b878912b75938bd6f5f26

Functions
Getter at block 23705244
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
70
 
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)
ovn
owner(view returns (address)
0x1f0266e57ab86754d9b225dc2b3e1e06a2e88bdb
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
O
totalSupply(view returns (uint256)
69
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