Suga Squad
Verified contract
Active on
Ethereum with 3,022 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 "Suga Squad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21175987 | 2 days ago | | | 0 | 0.0024744328 | |
| 21151369 | 5 days ago | | | 0 | 0.00050206876 | |
| 20606469 | 3 months ago | | | 0 | 0.000048705781 | |
| 20606094 | 3 months ago | | | 0 | 0.000080654755 | |
| 20157473 | 5 months ago | | | 0 | 0.00031449536 | |
| 20080942 | 5 months ago | | | 0 | 0.00086972984 | |
| 20030899 | 5 months ago | | | 0 | 0.00043808148 | |
| 20010188 | 5 months ago | | | 0 | 0.00087291588 | |
| 19979780 | 6 months ago | | | 0 | 0.00035295892 | |
| 19945822 | 6 months ago | | | 0 | 0.00022413378 |
ABI
ABI objects
Getter at block 21190649
baseExtension() view returns (string)
cost() view returns (uint256)
100000000000000000
maxMintAmount() view returns (uint256)
0
maxSupply() view returns (uint256)
10000
name() view returns (string)
Suga Squad
owner() view returns (address)
0x118aa1350f58cfb834504c5e32f5d7ec7b7c0f7e
paused() view returns (bool)
false
presale() view returns (bool)
false
presaleCost() view returns (uint256)
42000000000000000
presaleMaxMintAmount() view returns (uint256)
5
symbol() view returns (string)
SQUAD
totalSupply() view returns (uint256)
2561
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _user) 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 approve(address to, uint256 tokenId)
growASuga(uint256 _mintAmount) payable
mintUnsoldTokens()
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendLove(address _wallet, uint256 _mintAmount)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _newMaxMintAmount)
setPresale(bool _state)
setPresaleMaxMintAmount(uint256 _newPresaleMaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistUsers(address[] _users)
withdraw() payable
withdrawTo(address _wallet, uint256 _amount) 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)
PauseEvent(bool paused)
PresaleEvent(bool presale)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
welcomeToTheSugaSquad(uint256 indexed id)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.