Mini Supers
Verified contract
Active on
Ethereum with 12,728 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 "Mini Supers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20906922 | a month ago | | | 0 | 0.00023592519 | |
| 20906622 | a month ago | | | 0 | 0.00019220894 | |
| 20906563 | a month ago | | | 0 | 0.00020672543 | |
| 20904773 | a month ago | | | 0 | 0.000099228397 | |
| 20881824 | 2 months ago | | | 0 | 0.00022665856 | |
| 20699589 | 2 months ago | | | 0 | 0.000072680872 | |
| 20659323 | 3 months ago | | | 0 | 0.000023859270 | |
| 20656574 | 3 months ago | | | 0 | 0.000065209227 | |
| 20653637 | 3 months ago | | | 0 | 0.000016189262 | |
| 20586705 | 3 months ago | | | 0 | 0.000028149212 |
ABI
ABI objects
Getter at block 21224590
cost() view returns (uint256)
69000000000000000
maxBatchSize() view returns (uint256)
10
maxMintAmountPerTx() view returns (uint256)
5
maxPublicPerWallet() view returns (uint256)
5
maxSupply() view returns (uint256)
6969
minting() view returns (bool)
true
name() view returns (string)
Mini Supers
owner() view returns (address)
0x1f3b538a75ae8758ddff25d3d2bf7ca64408f853
paused() view returns (bool)
false
provenance() view returns (string)
c71e88ed4c70305d45d13785e896dd6f0a534fe03f672cf4b05bf18693d1c682
symbol() view returns (string)
MINISUPERS
totalSupply() view returns (uint256)
6969
whitelistMerkleRoot() view returns (bytes32)
0x5f047dc8f87d744718f53b3366aa656f7272ac764829ab35b8bcf500c73dba2a
whitelistminting() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistClaimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
flipMint()
flipPause()
flipPresaleMint()
mint(uint256 _mintAmount) payable
mintReserves(uint256 quantity)
presaleMint(uint256 _mintAmount, uint256 _allowance, bytes32[] _merkleProof) 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)
setItemPrice(uint256 _price)
setMerkleRoot(bytes32 _merkleRoot)
setNumPerMint(uint256 _max)
setNumPerWallet(uint256 _max)
setProvenance(string hash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()