SoMon OwOG Collection
Verified contract
Active on
Base with 9,744 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21854027 | an hour ago | | | 0 | 1.6851362e-7 | |
| 21854016 | an hour ago | | | 0 | 1.6842429e-7 | |
| 21853693 | an hour ago | | | 0 | 1.3919922e-7 | |
| 21851680 | 2 hours ago | | | 0 | 1.5559522e-7 | |
| 21851678 | 2 hours ago | | | 0 | 2.2204185e-7 | |
| 21847193 | 5 hours ago | | | 0 | 0.000000071458769356 | |
| 21845396 | 6 hours ago | | | 0 | 1.3585203e-7 | |
| 21845268 | 6 hours ago | | | 0 | 0.000000803262097738 | |
| 21842639 | 7 hours ago | | | 0 | 1.3598965e-7 | |
| 21842345 | 7 hours ago | | | 0 | 1.3547485e-7 |
ABI
ABI objects
Getter at block 21855753
DEFAULT_OPERATOR_WHITELIST_ID() view returns (uint120)
1
DEFAULT_TRANSFER_SECURITY_LEVEL() view returns (uint8)
2
DEFAULT_TRANSFER_VALIDATOR() view returns (address)
0x721c00182a990771244d7a71b9fa2ea789a3b433
FUND_RECEIVER() view returns (address)
0x1c4cd083517254f1eee094e6ffc1e1ab50f5e3c7
contractURI() view returns (string)
getGlobalWalletLimit() view returns (uint256)
0
getMaxMintableSupply() view returns (uint256)
3333
getMintCurrency() view returns (address)
0x0000000000000000000000000000000000000000
getMintable() view returns (bool)
true
getNumberStages() view returns (uint256)
3
getPermittedContractReceivers() view returns (address[])
[]
getSecurityPolicy() view returns (struct CollectionSecurityPolicy)
(1, 0, 0)
getTransferValidator() view returns (address)
0xa000027a9b2802e1ddf7000061001e5c005a0000
getWhitelistedOperators() view returns (address[])
[0x9A1D00bEd7CD04BCDA516d721A596eb22Aac6834, 0x9A1D001670C8b17F8B7900E8d7a41e785B3F0515]
name() view returns (string)
SoMon OwOG Collection
owner() view returns (address)
0x7e33854f473595b9317f0b3323526efc8c2a3972
symbol() view returns (string)
somon
totalSupply() view returns (uint256)
3333
Read-only
assertValidCosign(address minter, uint32 qty, uint64 timestamp, bytes signature) view
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getActiveStageFromTimestamp(uint64 timestamp) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCosignDigest(address minter, uint32 qty, uint64 timestamp) view returns (bytes32)
getCosignNonce(address minter) view returns (uint256)
getStageInfo(uint256 index) view returns (struct IERC721MMintStageInfo, uint32, uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isContractReceiverPermitted(address receiver) view returns (bool)
isOperatorWhitelisted(address operator) view returns (bool)
isTransferAllowed(address caller, address from, address to) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalMintedByAddress(address a) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
crossmint(uint32 qty, address to, bytes32[] proof, uint64 timestamp, bytes signature) payable
mint(uint32 qty, bytes32[] proof, uint64 timestamp, bytes signature) payable
mintWithLimit(uint32 qty, uint32 limit, bytes32[] proof, uint64 timestamp, bytes signature) payable
ownerMint(uint32 qty, address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setContractURI(string uri)
setCosigner(address cosigner)
setCrossmintAddress(address crossmintAddress)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setGlobalWalletLimit(uint256 globalWalletLimit)
setMaxMintableSupply(uint256 maxMintableSupply)
setMintable(bool mintable)
setStages(struct IERC721MMintStageInfo[] newStages)
setTimestampExpirySeconds(uint64 expiry)
setToCustomSecurityPolicy(uint8 level, uint120 operatorWhitelistId, uint120 permittedContractReceiversAllowlistId)
setToCustomValidatorAndSecurityPolicy(address validator, uint8 level, uint120 operatorWhitelistId, uint120 permittedContractReceiversAllowlistId)
setToDefaultSecurityPolicy()
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setTokenURISuffix(string suffix)
setTransferValidator(address transferValidator_)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
withdrawERC20()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
DefaultRoyaltySet(address indexed receiver, uint96 feeNumerator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetActiveStage(uint256 activeStage)
SetBaseURI(string baseURI)
SetCosigner(address cosigner)
SetCrossmintAddress(address crossmintAddress)
SetGlobalWalletLimit(uint256 globalWalletLimit)
SetMaxMintableSupply(uint256 maxMintableSupply)
SetMintCurrency(address mintCurrency)
SetMintable(bool mintable)
SetTimestampExpirySeconds(uint64 expiry)
TokenRoyaltySet(uint256 indexed tokenId, address indexed receiver, uint96 feeNumerator)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferValidatorUpdated(address oldValidator, address newValidator)
UpdateStage(uint256 stage, uint80 price, uint80 mintFee, uint32 walletLimit, bytes32 merkleRoot, uint24 maxStageSupply, uint64 startTimeUnixSeconds, uint64 endTimeUnixSeconds)
Withdraw(uint256 value)
WithdrawERC20(address mintCurrency, uint256 value)
constructor(string collectionName, string collectionSymbol, string tokenURISuffix, uint256 maxMintableSupply, uint256 globalWalletLimit, address cosigner, uint64 timestampExpirySeconds, address mintCurrency, address fundReceiver, address royaltyReceiver, uint96 royaltyFeeNumerator)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotIncreaseMaxMintableSupply()
CosignerNotSet()
CreatorTokenBase__InvalidTransferValidatorContract()
CreatorTokenBase__SetTransferValidatorFirst()
CrossmintAddressNotSet()
CrossmintOnly()
GlobalWalletLimitOverflow()
InsufficientStageTimeGap()
InvalidCosignSignature()
InvalidProof()
InvalidQueryRange()
InvalidStage()
InvalidStageArgsLength()
InvalidStartAndEndTimestamp()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
Mintable()
NoSupplyLeft()
NotEnoughValue()
NotMintable()
NotSupported()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ShouldNotMintToBurnAddress()
StageSupplyExceeded()
TimestampExpired()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WalletGlobalLimitExceeded()
WalletStageLimitExceeded()
WithdrawFailed()
WrongMintCurrency()