All your BASE are belong to us
Unverified contract
Proxy
Active on
Base with 8 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
16 additional
variables
Balances ($0.00)
No balances found for "All your BASE are belong to us"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3699472 | a year ago | | | 0 | 0.0000053449794 | |
| 3638562 | a year ago | | | 0 | 0.0000065706609 | |
| 3593539 | a year ago | | | 0 | 0.000010292928 | |
| 3590343 | a year ago | | | 0 | 0.0000055913863 | |
| 3557503 | a year ago | | | 0 | 0.0000060457824 | |
| 3556633 | a year ago | | | 0 | 0.000012505274 | |
| 3555834 | a year ago | | | 0.0056789 | 0.0000098131490 | |
| 3555750 | a year ago | | | 0 | 0.0000072145983 |
ABI
ABI objects
Getter at block 23172117
isMetadataFixed() view returns (bool)
true
maxPerAddress() view returns (uint16)
0
mintPrice() view returns (uint256)
1000000000000000000
n2mVersion() pure returns (uint256)
1000
name() view returns (string)
All your BASE are belong to us
owner() view returns (address collectionOwner)
0x9a5b4cdd6240a4e0e105c31be688e2e80c419216
symbol() view returns (string)
AYBABTU
totalSupply() view returns (uint256)
1
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOf(address owner) view returns (uint256 balance)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getSupplies(uint256 startId, uint256 endId) view returns (uint256[] supplies, uint256 blockNumber, uint256 blockTimestamp)
isApprovedForAll(address owner, address operator) view returns (bool)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalSupply(uint256 id) view returns (uint256)
uri(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
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
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
AffiliateSell(address indexed affiliate)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
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()