Base Simp Club
Unverified contract
Proxy
Active on
Base with 431 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
25 additional
variables
Balances ($0.02)
Native
Value
$0.02
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000008 | $2,517.81 |
$0.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21812853 | a day ago | | | 0 | 0.0000014556133 | |
| 21751807 | 3 days ago | | | 0 | 2.2239558e-7 | |
| 21703316 | 4 days ago | | | 0 | 2.3031214e-7 | |
| 21660426 | 5 days ago | | | 0 | 2.2987840e-7 | |
| 21589919 | 6 days ago | | | 0 | 2.2559853e-7 | |
| 21290013 | 13 days ago | | | 0 | 0.0000019189826 | |
| 21231853 | 15 days ago | | | 0 | 2.3775232e-7 | |
| 21231827 | 15 days ago | | | 0 | 2.9725129e-7 | |
| 21230610 | 15 days ago | | | 0 | 2.1583492e-7 | |
| 21202465 | 15 days ago | | | 0 | 2.9762164e-7 |
ABI
ABI objects
Getter at block 21862345
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0xd411ba0ac5127d997673e9bf57bbe1e4c36b9997aa56551c6da3f2604e517633
clock() view returns (uint48)
21862345
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=NFTs2Me, version=1, chainId=8453, verifyingContract=0x80a36743bf433f3abc9262c8d0a15a04d810f77f, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
isMetadataFixed() view returns (bool)
true
maxPerAddress() view returns (uint16)
0
mintPrice() view returns (uint256)
9000000000000
n2mVersion() pure returns (uint256)
1000
name() view returns (string)
Base Simp Club
owner() view returns (address collectionOwner)
0xa7aaf87a6281742657b101607496740913d1e48c
symbol() view returns (string)
BaseSimpClub
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256 balance)
delegates(address account) view returns (address)
getApproved(uint256 tokenId) view returns (address)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
nonces(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdropRandom(address[] to, bool soulbound) payable
airdropSequential(address[] to, bool soulbound) payable
airdropSpecify(address[] to, uint256[] tokenIds, bool soulbound) payable
approve(address operator, uint256 tokenId)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
initialize(string tokenName, string tokenSymbol, uint256 iMintPrice, bytes32 baseURICIDHash, bytes32 placeholderImageCIDHash, struct IN2M_ERCStorageRevenueAddress[] revenueAddresses, address iErc20PaymentAddress, uint32 iTotalSupply, uint16 iRoyaltyFee, bool soulboundCollection, uint8 iMintingType) payable
mint() payable
mint(uint256 amount) payable
mint(uint256 amount, address affiliate) payable
mintCustomURITo(address to, bytes32 customURICIDHash, bool soulbound) payable
mintPresale(address to, uint256[] tokenIds, bool freeMinting, uint256 customFee, uint256 maxAmount, uint256 amount, bool soulbound, bytes signature) payable
mintRandomTo(address to, uint256 amount) payable
mintRandomTo(address to, uint256 amount, address affiliate) payable
mintSpecifyTo(address to, uint256[] tokenIds) payable
mintSpecifyTo(address to, uint256[] tokenIds, address affiliate) payable
mintTo(address to, uint256 amount) payable
mintTo(address to, uint256 amount, address affiliate) payable
redeemRandom() payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
AffiliateSell(address indexed affiliate)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
EIP712DomainChanged()
Initialized(uint8 version)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
fallback()
receive()
AddressFiltered(address filtered)
CantLowerCurrentPercentages()
CantRevealYetWaitABitToBeAbleToRedeem()
CantSetBaseURIAndPlaceholderAtTheSameTime()
CollectionSoldOut()
ContractMetadataURIAlreadyFixed()
InputSizeMismatch()
InvalidAmount()
InvalidDropDate()
InvalidInputSizesDontMatch()
InvalidMintFee()
InvalidMintFeeForFreeMinting()
InvalidMintingType()
InvalidPercentageOrDiscountValues()
InvalidPhaseWithoutDate()
InvalidRevenuePercentage()
InvalidTokenId()
MaxPerAddressExceeded()
MetadataAlreadyFixed()
NewBaseURICantBeEmpty()
NewPlaceholderCantBeEmpty()
NoBaseURINorPlaceholderSet()
NonTransferrableSoulboundNFT()
NotEnoughAmountToMint()
NothingToRedeem()
OnlyAffiliateOrN2M()
OnlyOwnerOrN2M()
PresaleInvalidMintingType()
PresaleNotOpen()
PublicSaleNotOpen()
ReentrancyGuard()
RoyaltyFeeTooHigh()
SaleFinished()
SignatureExpired()
SignatureMismatch()
TokenAlreadyMinted()
TotalSupplyMustBeGreaterThanZero()
WaitUntilDropDate()