Merge Portals

Verified contract

Active on Ethereum with 1,236 txns
Deployed by via 0x16ad870f at 15531034
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Merge Portals"

0xac14b0875c3a2fef2a51af2ea2c14564119fea973c8debddb91ea53274276633
0x266086d6cafc14c3d0ae4cd6b51ccfafad29fd6a3172a4bd19580ea7b0d36f51
0x8908159c1d85c095d0ef83736c1e6d35c0c0c735c2c2928b75f06ed6b1733a2e
0x60719404d4ce8f2c7742fbe7b1bc73f357a36d7bc93e913500469d742a6dbef9
0x8bf1ea52aafd3d7f54b9c847011260738de56575d6e564f08a2a32734e59821d
0xf2c71595521b5b5caed65ea15c0f85319acb514eca935b2a91775a8b441b7515
0xb3e698e0323994944a07ea3d20e2a9fa5ced759b91aab27e19bdee9476403ff0
0xa3c2b7346aa01e08b5b62836f7711336e1f83b7f78e647b66bfb00c5e7534f32
0x38ff89f52409441368c53fae8211a7e298be464e7abd50016b3c0a5f73fa16e5
0x4fc5747bdda15c46f56fab99fe430303291abf5a2b14728f8068de4ccae4ea01
From

Functions
Getter at block 21207429
MAX_FREE_MINTS(view returns (uint256)
1
MAX_MINTS_PER_TX(view returns (uint256)
10
NUM_FREE_MINTS(view returns (uint256)
1000
PUBLIC_SALE_PRICE(view returns (uint256)
2000000000000000
getBaseURI(view returns (string)
https://bafybeiatzczdgeloljm4rmbunjtgytczuahplzffrchsxvz7d7k3keefyq.ipfs.nftstorage.link
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
1000
name(view returns (string)
Merge Portals
owner(view returns (address)
0x0e6b59e872932a3d6296f6b648718d259ed384f4
symbol(view returns (string)
PORTAL
totalSupply(view returns (uint256)
1000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address touint256 count
approve(address touint256 tokenId
burn(uint256[] nums
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive
setIsPublicSaleActive(bool _isPublicSaleActive
setLowerMaxSupply(uint256 _newMax
setNumFreeMints(uint256 _numfreemints
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
withdrawTokens(address token
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(