Sweet Squad
Verified contract
Active on
Ethereum with 1,831 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,154.69 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18645549 | a year ago | | | 0 | 0.0011727175 | |
| 17964802 | a year ago | | | 0 | 0.0014139891 | |
| 17277898 | 2 years ago | | | 0 | 0.0019072005 | |
| 17121901 | 2 years ago | | | 0 | 0.0014397288 | |
| 17046573 | 2 years ago | | | 0 | 0.0013737589 | |
| 16795785 | 2 years ago | | | 0 | 0.00099259270 | |
| 16743812 | 2 years ago | | | 0 | 0.0012601181 | |
| 16443539 | 2 years ago | | | 0 | 0.00098336559 | |
| 16430713 | 2 years ago | | | 0 | 0.00088534239 | |
| 16429231 | 2 years ago | | | 0 | 0.0011934787 |
ABI
ABI objects
Getter at block 21217780
MAX_TOKENS() view returns (uint256)
2222
MAX_TOKENS_VIP() view returns (uint256)
5
baseURI() view returns (string)
http://api.sweetsquadnft.com/sweetsquad/
getInformations() view returns (string, uint256, uint256, uint256, uint256, uint256, uint256, bool, bool)
(Public, 0, 0, 0, 2, 2, 2001, true, false)
hasSaleStarted() view returns (bool)
true
name() view returns (string)
Sweet Squad
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0xeb93f4a20654e8bfe5515d66f1e4d1765e3fce11
symbol() view returns (string)
SS
totalSupply() view returns (uint256)
2001
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events Giveaways(uint256 numTokens, address recipient)
approve(address to, uint256 tokenId)
mintNFT(uint256 _mintAmount, bytes32[] proof) payable
renounceOwnership()
reserveVIP(uint256 numTokens, address recipient)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setNewRound(uint256 _supply, uint256 cost, string name, uint256 perTransactionLimit, uint256 perAddressLimit, uint256 theTime, bool isOnlyWhitelisted, bool saleState)
setOnlyWhitelisted(bool _state)
setSaleStarted(bool _state)
setVerificationHash(bytes32 hash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
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.
This contract contains no error objects.