TipsyTiger Club
Verified contract
Active on
Ethereum with 3,120 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 "TipsyTiger Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21063484 | 14 days ago | | | 0 | 0.00042199665 | |
| 21002400 | 22 days ago | | | 0 | 0.00036168909 | |
| 20544052 | 3 months ago | | | 0 | 0.000052706987 | |
| 19921291 | 6 months ago | | | 0 | 0.00075287777 | |
| 19494309 | 8 months ago | | | 0 | 0.00086514426 | |
| 19444835 | 8 months ago | | | 0 | 0.0025372567 | |
| 19348373 | 8 months ago | | | 0 | 0.0011611212 | |
| 19348373 | 8 months ago | | | 0 | 0.0020443563 | |
| 19108080 | 9 months ago | | | 0 | 0.00046347107 | |
| 18947020 | 10 months ago | | | 0 | 0.00062945654 |
ABI
ABI objects
Getter at block 21163606
PROVENANCE() view returns (string)
baseExtension() view returns (string)
.json
createTime() view returns (uint256)
1639965561
maxSupply() view returns (uint256)
8000
name() view returns (string)
TipsyTiger Club
owner() view returns (address)
0x93c939d987fcafea354874ad6333c528d76e53de
presaleOpen() view returns (bool)
false
presalePrice() view returns (uint256)
40000000000000000
presaleSupply() view returns (uint256)
1000
publicSaleOpen() view returns (bool)
false
publicSalePrice() view returns (uint256)
50000000000000000
reserved() view returns (uint256)
72
symbol() view returns (string)
TIPSY
totalSupply() view returns (uint256)
3000
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)
presaleMintedAmount(address) view returns (uint256)
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)
burn(uint256 _tokenId)
giveAway(address _to, uint256 _amount)
mintPresale(uint256 _mintNum) payable
mintTiger(uint256 num) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendBalance()
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newExtension)
setBaseURI(string baseURI)
setPresalePrice(uint256 _newPresale)
setPresaleSupply(uint256 _newSupply)
setProvenanceHash(string _provenanceHash)
setPublicPrice(uint256 _newPublic)
togglePresale()
togglePublicSale()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.