Teddy Bear Squad
Verified contract
Active on
Ethereum with 5,227 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
No balances found for "Teddy Bear Squad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21108886 | 7 days ago | | | 0 | 0.00022355226 | |
| 20914628 | a month ago | | | 0 | 0.0046526841 | |
| 20778982 | 2 months ago | | | 0 | 0.00039855892 | |
| 20708287 | 2 months ago | | | 0 | 0.000069617719 | |
| 20698890 | 2 months ago | | | 0 | 0.000088969267 | |
| 20600645 | 3 months ago | | | 0 | 0.000045371556 | |
| 20573496 | 3 months ago | | | 0 | 0.000098492856 | |
| 20562976 | 3 months ago | | | 0 | 0.00023632069 | |
| 20562974 | 3 months ago | | | 0 | 0.00019203038 | |
| 20562972 | 3 months ago | | | 0 | 0.00027507800 |
ABI
ABI objects
Getter at block 21158199 owners() view returns (address[]) totalSupply() view returns (uint256 supply)
ERC712_VERSION() view returns (string)
1
MAX_SUPPLY() view returns (uint128)
10001
PRESALE_MINT_LIMIT() view returns (uint128)
4
PRESALE_PRICE() view returns (uint128)
80000000000000000
PROVENANCE_HASH() view returns (string)
5d218b27d00b62fcb9f89bd0060034bb4de7056a7b001861a953167135f6a339
PUBLIC_MINT_LIMIT() view returns (uint128)
30
PUBLIC_PRICE() view returns (uint128)
120000000000000000
PUBLIC_SUPPLY() view returns (uint128)
6767
RewardToys() view returns (address)
0x8447783298ac335afedcfe67978dc9e6689b28b3
currentPrice() view returns (uint256)
120000000000000000
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x214414ba7c56473dffad3f20885645644596416923425d83a7f7109ccf2dc3dd
isRevealed() view returns (bool)
true
maxTokenId() view returns (uint256)
6766
name() view returns (string)
Teddy Bear Squad
owner() view returns (address)
0x42327ed1d94ba956cf82842b28e4f0262cc0d36c
paused() view returns (bool)
false
presaleStartTime() view returns (uint256)
1643032800
publicStartInterval() view returns (uint256)
86400
publicWalletLimit() view returns (bool)
false
symbol() view returns (string)
TBS
tokenOffset() view returns (uint256)
3241
Read-only
balanceOf(address owner) view returns (uint256 balance)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
mintBalances(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
ownerTokens(address owner) view returns (uint256[])
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
gift(address[] _recipients)
presalePurchase(uint256 _quantity, bytes32 _hash, bytes _signature) payable
purchase(uint256 _quantity) payable
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setPaused(bool _state)
setPresalePrice(uint128 _price)
setPresaleStartTime(uint256 _time)
setProvenance(string _provenance)
setPublicLimit(uint128 _limit)
setPublicPrice(uint128 _price)
setPublicSuppy(uint128 _limit)
setReveal(bool _state)
setRewardTokenAddress(address _rAddress)
setSigner(address _address)
setTokenOffset()
setWalletLimit(bool _state)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _initialURI, bytes32 _keyHash, address _vrfCoordinator, address _linkToken, uint256 _linkFee, address proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.