SUMI - ORIGINS (S1 - P12)

Unverified contract

Proxy

Active on Base with 14 txns
Deployed by via 0x46f62587 at 22756187
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 "SUMI - ORIGINS (S1 - P12) "

0xd8c7f93f2a7bc3df3053d82f7d224d03e36e025cb903484dc5a47dbd3323fc0e
0x4198daa11d931f5ee65c147e54e54b172fa3cfdc6a712a3b0256876ea290e72d
0x5f9c4a2e3c32a5acc426a9c916d846db58b94e1dd3bbc9032ebd3f020ff48672
0x7f3d066f1b3d5c7e21c0bf74aec325b9fb982eaeb049ea255c20fd982451c785
0xdce2bc996c439a992a61e16d5001a8c454f0b006922b65897ceb9ec96f8adb32
0x3ad6e198f49724579061c55e3dee55341f7d57d19f2d69266a0cdb8f34a48eee
0x8ed1365f415eedcac3cacbb5de358bc7f79ec1be61ee3f28afbf99caf064b51b
0xa7e2f094c435b74201e9ab903ed5eea5a1cc6f2b3e324e42c5a6de69c4b07386
0x38a7330c5bae8e2e1e3e01cfb0607e9d7fad0b2d7a8bc8851ad17dae4696a58c
0x885da6ff3f9b04be1f2a4d1356d2c601560e28db7a5bdbc0b20e2547667cf2e0

Functions
Getter at block 22777839
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
33
 
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)
0xaeb73b6c8ed3776ea6b9284082588c55e35e1b27
name(view returns (string)
SUMI - ORIGINS (S1 - P12)
owner(view returns (address)
0xd256b24527537611e69b863c90051e14bb83690a
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SOS
totalSupply(view returns (uint256)
32
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 quantityaddress referrerpayable 
mintToSender(uint256 quantitystring commentaddress referrerpayable 
mintWithComment(address touint256 quantitystring commentaddress referrerpayable 
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
TokenForgeFee(uint256 creatorFeeaddress platformuint256 platformFeeaddress referreruint256 referralFee
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