0x2df82b03de19c7237aaa62d4f0240c9ba9bd02e2
Verified contract
Proxy
Active on
Base with 12 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
0xf224…6db3
0x3e0d…c274
Balances ($0.00)
No balances found for "0x2df82b03de19c7237aaa62d4f0240c9ba9bd02e2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22453231 | 10 days ago | | | 0 | 0.0000022772378 | |
| 13597934 | 7 months ago | | | 0 | 0.0000043295145 | |
| 13597927 | 7 months ago | | | 0 | 0.0000042083472 | |
| 6760860 | a year ago | | | 0.0026193349 | 0.000000000194841475 | |
| 6760833 | a year ago | | | 0 | 0.000000004420997895 | |
| 6038377 | a year ago | | | 0 | 7.8910986e-7 | |
| 6024570 | a year ago | | | 0 | 1.3486349e-7 | |
| 6024538 | a year ago | | | 0 | 0.0000049921093 | |
| 5848893 | a year ago | | | 0 | 0.000000000091195980 | |
| 5763827 | a year ago | | | 0 | 0.000000000192942285 |
ABI
ABI objects
Getter at block 22903757
collectionURI() view returns (string)
QmXqgy4rAzPdPhpUduB4AvsHLkuo78CL4smX9HPTdNSdUW
contractURI() view returns (string)
ipfs://QmXqgy4rAzPdPhpUduB4AvsHLkuo78CL4smX9HPTdNSdUW
dropsManager() view returns (address)
0xee4d490a610d4b5fd409e34ce3a519c3b1a730d4
endTime() view returns (uint256)
1735686000
isZeroIndexed() view returns (bool)
true
maxSupply() view returns (uint24)
0
name() view returns (string)
Base Begins
owner() view returns (address)
0x636f87ba55df23a414af26eebd2f933e75d62774
royaltyAmount() view returns (uint24)
0
scheduler() view returns (address)
0x3e0da82e04a9d4102756ca7f92e388961169c274
symbol() view returns (string)
BAS
tokensURI() view returns (string)
totalMinted() view returns (uint256)
90
totalSupply() view returns (uint256)
90
universalONFT() view returns (address)
0xf224942018aef7b6ebda8d9aa0ad51320d726db3
Read-only
balanceOf(address _owner) view returns (uint256)
estimateSendBatchFee(uint16 _dstChainId, bytes _toAddress, uint256[] _tokenIds, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
estimateSendFee(uint16 _dstChainId, bytes _toAddress, uint256 _tokenId, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintPrice(uint8 _phaseId) view returns (uint256)
mintedOf(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address _receiver, uint256 _royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
initialize(struct CreateParams params, address _owner, address _dropsManager, address _scheduler, address _universalONFT)
mint(address _minter, uint24 _quantity, bytes32[] _merkleProof, uint8 _phaseId)
preMintToPlatform(uint256 _quantity)
preMintToTeam(uint256 _quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendBatchFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256[] _tokenIds, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
sendFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256 _tokenId, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
setApprovalForAll(address operator, bool approved)
setPhase(uint8 _phaseId, uint256 _from, uint256 _to, bytes32 _merkleRoot, uint24 _maxPerAddress, uint256 _price)
setRoyaltyAmount(uint24 _royaltyAmount)
setTokensURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMinted(address to, uint256 nextTokenId, uint256 quantity)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.