SQUADTS
Verified contract
Active on
Ethereum with 3,024 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 "SQUADTS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21231254 | 6 days ago | | | 0 | 0.00076419231 | |
| 20956051 | a month ago | | | 0 | 0.00043991307 | |
| 20956013 | a month ago | | | 0 | 0.00053221791 | |
| 20955989 | a month ago | | | 0 | 0.00048052009 | |
| 20955972 | a month ago | | | 0 | 0.00050089943 | |
| 20622612 | 3 months ago | | | 0 | 0.000074878104 | |
| 20609179 | 3 months ago | | | 0 | 0.000055694260 | |
| 20605586 | 3 months ago | | | 0 | 0.000030010610 | |
| 20605577 | 3 months ago | | | 0 | 0.000025404278 | |
| 20605568 | 3 months ago | | | 0 | 0.000026983239 |
ABI
ABI objects
Getter at block 21275469
MINT_ALLOW_LIST_LIMIT() view returns (uint256)
5
MINT_EARLY_ACCESS_LIMIT() view returns (uint256)
10
MINT_PUBLIC_GIVEAWAY_LIMIT() view returns (uint256)
100
MINT_PUBLIC_LIMIT() view returns (uint256)
10
PRICE() view returns (uint256)
70000000000000000
TOTAL_PRIVATE_TOKENS() view returns (uint256)
100
TOTAL_PUBLIC_TOKENS() view returns (uint256)
8788
TOTAL_TOKENS() view returns (uint256)
8888
isMintAllowListActive() view returns (bool)
false
isMintEarlyAccessActive() view returns (bool)
false
isMintPublicActive() view returns (bool)
true
isMintPublicGiveawayActive() view returns (bool)
true
merkleRoot() view returns (bytes32)
0x5662aa1481ad8acf4d65287062577c5609832383d249827884a2183e5b3e2c32
name() view returns (string)
SQUADTS
owner() view returns (address)
0x434a31a2d994aeccdd69c141000f272faf9f2f51
privateTokensCount() view returns (uint256)
100
publicTokensCount() view returns (uint256)
8788
symbol() view returns (string)
SQUADT
totalSupply() view returns (uint256)
8888
Read-only
allowListClaimed(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
earlyAccessClaimed(address) view returns (uint256)
earlyAccessContracts(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 amount) pure returns (uint256)
giveawayAddresses(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicGiveawayClaimed(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address to, uint256 amount)
mint(uint256 amount) payable
mintAllowList(uint256 amount, bytes32[] merkleProof) payable
mintEarlyAccess(address contractAddress, uint256 amount) payable
mintGiveaway() payable
mintPublicGiveaway(uint256 amount) 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 value)
setEarlyAccessContract(address contractAddress, bool value)
setGiveawayAddress(address giveawayAddress, bool value)
setMintAllowListActive(bool value)
setMintEarlyAccessActive(bool value)
setMintPublicActive(bool value)
setMintPublicGiveawayActive(bool value)
setMintPublicGiveawayLimit(uint256 value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string name, string symbol, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.