Merge Portals
Verified contract
Active on
Ethereum with 1,236 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Merge Portals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16238354 | 2 years ago | | | 0 | 0.00059543798 | |
| 15593814 | 2 years ago | | | 0 | 0.00034202368 | |
| 15593745 | 2 years ago | | | 0 | 0.00025858507 | |
| 15592810 | 2 years ago | | | 0 | 0.00030692132 | |
| 15592384 | 2 years ago | | | 0 | 0.00029541256 | |
| 15588666 | 2 years ago | | | 0 | 0.00022617553 | |
| 15587919 | 2 years ago | | | 0 | 0.00024732810 | |
| 15587906 | 2 years ago | | | 0 | 0.00024015052 | |
| 15587879 | 2 years ago | | | 0 | 0.00021412403 | |
| 15587879 | 2 years ago | | | 0 | 0.00023291403 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address to, uint256 count)
approve(address to, uint256 tokenId)
burn(uint256[] nums)
mint(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setIsOpenSeaProxyActive(bool _isOpenSeaProxyActive)
setIsPublicSaleActive(bool _isPublicSaleActive)
setLowerMaxSupply(uint256 _newMax)
setNumFreeMints(uint256 _numfreemints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawTokens(address token)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()