Summer Swarm
Verified contract
Active on
Base with 5,391 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($47.56)
Native
Value
$47.56
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.0189 | $2,516.65 |
$47.56 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21774681 | a day ago | | | 0 | 1.2391861e-7 | |
| 19717348 | 2 months ago | | | 0 | 1.4693421e-7 | |
| 19687359 | 2 months ago | | | 0 | 1.7083425e-7 | |
| 19596603 | 2 months ago | | | 0 | 1.4693421e-7 | |
| 19553219 | 2 months ago | | | 0 | 1.4693421e-7 | |
| 19424938 | 2 months ago | | | 0 | 1.4693421e-7 | |
| 18874116 | 2 months ago | | | 0 | 1.6671340e-7 | |
| 18651436 | 2 months ago | | | 0 | 1.7052695e-7 | |
| 18197145 | 3 months ago | | | 0 | 1.4693421e-7 | |
| 17811263 | 3 months ago | | | 0 | 1.6487055e-7 |
ABI
ABI objects
Getter at block 21833769
BASE_URI() view returns (string)
https://ipfs.io/ipfs/bafybeig4exvtw5anltmt6snkgxitrgmbvxz5djncmxvrkeorjskilb4oju/
costPublic() view returns (uint256)
700000000000000
freePerWallet() view returns (uint256)
2
isPublicMintEnabled() view returns (bool)
true
maxFreeSupply() view returns (uint256)
7000
maxMintPublic() view returns (uint256)
20
maxSupply() view returns (uint256)
7000
name() view returns (string)
Summer Swarm
owner() view returns (address)
0xcc941725facfc2bf7512f0f0c1b17cd587f4feb5
symbol() view returns (string)
SS
totalSupply() view returns (uint256)
7000
Read-only
balanceOf(address owner) view returns (uint256)
canClaim(address _address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getCost(address _address, uint256 _count) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedByAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(uint256 _quantity, address _recipient)
approve(address to, uint256 tokenId) payable
cutSupply(uint256 _maxSupply)
devMint(uint256 _quantity)
mint(uint256 _quantity) 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)
setCost(uint256 _newCost)
setFreePerWallet(uint256 _newFreePerWallet)
setMaxBatchSize(uint256 _newBatchSize)
setMaxFreeSupply(uint256 _maxFreeSupply)
setPublicMintEnabled()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() 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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()