Based-Skulls
Unverified contract
Proxy
Active on
Base with 518 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 ($3.18)
Native
Value
$2.97
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.00118 | $2,520.51 |
$2.97 | |
WETH | ERC-20 | 0.000045 | $2,521.98 |
$0.11 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.09 | |
USA | ERC-20 | 1 | $0.001596 |
$0 | |
SNICK | ERC-20 | 2.4M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21835445 | 9 hours ago | | | 0 | 1.6739490e-7 | |
| 20498986 | a month ago | | | 0 | 2.5965524e-7 | |
| 20143559 | a month ago | | | 0 | 1.7188716e-7 | |
| 19848245 | 2 months ago | | | 0 | 2.4172219e-7 | |
| 19598208 | 2 months ago | | | 0 | 2.2532716e-7 | |
| 19134882 | 2 months ago | | | 0 | 3.2296185e-7 | |
| 19097220 | 2 months ago | | | 0 | 2.2824908e-7 | |
| 19080017 | 2 months ago | | | 0 | 2.5208757e-7 | |
| 15827630 | 5 months ago | | | 0 | 0.000000201312741000 | |
| 15572079 | 5 months ago | | | 0 | 1.9006100e-7 |
ABI
ABI objects
Getter at block 21851912
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0x15862e2f0d37e2063f9f49b81e9d0a638a44037f871e531472867122a87cdb66
clock() view returns (uint48)
21851912
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=0x3d0ec46e59f602c067dc9eebb992a847671a5685, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
isMetadataFixed() view returns (bool)
true
maxPerAddress() view returns (uint16)
0
mintPrice() view returns (uint256)
1000000000000000
n2mVersion() pure returns (uint256)
1000
name() view returns (string)
Based-Skulls
owner() view returns (address collectionOwner)
0x3f32c4f9d3f3b4c82129dd7318f6b118d50754ce
symbol() view returns (string)
BSK
totalSupply() view returns (uint256)
1000
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()