SwissCheese
Verified contract
Active on
Ethereum with 6,070 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SWCH | ERC-721 | 1 | -- | -- | |
SWCH | ERC-721 | 1 | -- | -- | |
SWCH | ERC-721 | 1 | -- | -- | |
SWCH | ERC-721 | 1 | -- | -- | |
SWCH | ERC-721 | 1 | -- | -- | |
SWCH | ERC-721 | 1 | -- | -- | |
SWCH | ERC-721 | 1 | -- | -- | |
SWCH | ERC-721 | 1 | -- | -- | |
SWCH | ERC-721 | 1 | -- | -- | |
SWCH | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21237796 | 3 days ago | | | 0 | 0.0015863829 | |
| 21235104 | 4 days ago | | | 0 | 0.00045007473 | |
| 21235089 | 4 days ago | | | 0 | 0.00053096107 | |
| 21235085 | 4 days ago | | | 0 | 0.00054885804 | |
| 21234935 | 4 days ago | | | 0 | 0.00050540631 | |
| 21234798 | 4 days ago | | | 0 | 0.00041531785 | |
| 21234545 | 4 days ago | | | 0 | 0.00039002172 | |
| 21222198 | 5 days ago | | | 0 | 0.0010397714 | |
| 21221609 | 5 days ago | | | 0 | 0.00077316755 | |
| 21217326 | 6 days ago | | | 0 | 0.00087455085 |
ABI
ABI objects
Getter at block 21260234
MAX_MINT_PER_WALLET() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
6000
baseURI() view returns (string)
ipfs://Qmcrcto1omHdo4gB1vtujU1kHT6oycyHsVi2bVrMfbNmzk/
merkleRoot() view returns (bytes32)
0x9e1ee2aedace5c179c1bd9b4743bf98baae4528de013f7efb9b8d345f776a4a7
name() view returns (string)
SwissCheese
owner() view returns (address)
0xea99c29ae9073ee1d57fb5cf6092e2558c00fe73
paymentWallet() view returns (address)
0x04743df82aa54c2ae9aaa745577e98699b3fb6e5
publicMintPrice() view returns (uint256)
120500000000000000
symbol() view returns (string)
SWCH
totalSupply() view returns (uint256)
5654
uriSuffix() view returns (string)
.json
whitelistMintLive() view returns (bool)
true
whitelistMintPrice() view returns (uint256)
72500000000000000
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
userMinted(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId) payable
publicMint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string __baseURI)
setMerkleRoot(bytes32 _merkleroot)
setPrice(uint256 wMint, uint256 pMint)
setURISuffix(string __suffix)
toggleMode()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bytes32[] proof) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
AllNftsHasBeenMintedAlready()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ETHTransferFailed()
InvalidEthAmount()
MaxMintPerWalletExceeded()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotWhitelisted()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ReentrancyGuardReentrantCall()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
TryLowerAmount()
URIQueryForNonexistentToken()
WhitelistSaleIsEnded()
WhitelistSaleIsGoingOn()