duality in motion

Unverified contract

Proxy

Active on Base with 45,811 txns
Deployed by via 0x6fa285bf at 18875267
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 "duality in motion"

0xcac0fb60ec5e1c4b2830df47a8dc02846ce4a92972fe37a010a6ba3d05d23f45
0x454eb043d99a85d598befbe5100c5c9cf75f1555ba9641acf6a3a37c95eb145c
0x5f6cb5d632e5ac581513701702c46bb1db41574e5187117e95bd29a0e1256588
0xf4c09e14709c574a764b1863783d4493afd7ff732d9c6d4b493b94b1d6af9492
0x4ad1f68315940aded2c6ae6f2e3f4a1d39ad1bf225667ed672828bfa2b96cc06
0x9d7de6ae64c4794a44fd8c19364b104af487d02ad044ccd495df3ab242e5a4d1
0x92698cedddb410a4d3d2466b2923d7d046ea7ed7964d9d93559b46fb0d252518
0x67f9405bc3633fbb588c3a14bd3b3646bfd55f55502d6482a04393eeee9ac369
0x4730e421e3828cf200caa0f2961af986441608d5fb8bb93b996ac07f1287d7f5
0x2603d0599f41d46595f2d4be392b9f6a17271e94f7ca931d844543f5eadecacf

Functions
Getter at block 22049787
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
45327
 
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)
0x560aa3207ae4b516a5489e04f2fa2e2808cea896
name(view returns (string)
duality in motion
owner(view returns (address)
0x862464bbd83d5743f9cf873c6ea3d187d0f909bf
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
DIM
totalSupply(view returns (uint256)
45326
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