Tippin Tigers
Verified contract
Proxy
Active on
Ethereum with 1,350 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
13 additional
variables
Balances ($0.00)
No balances found for "Tippin Tigers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17515783 | a year ago | | | 0 | 0.0015831270 | |
| 16522066 | 2 years ago | | | 0 | 0.0010407547 | |
| 16464308 | 2 years ago | | | 0 | 0.00043794953 | |
| 16461903 | 2 years ago | | | 0 | 0.00085256479 | |
| 15977828 | 2 years ago | | | 0 | 0.00082855055 | |
| 15843839 | 2 years ago | | | 0 | 0.00062961671 | |
| 15694113 | 2 years ago | | | 0 | 0.00022158305 | |
| 15662192 | 2 years ago | | | 0 | 0.00023180638 | |
| 15562986 | 2 years ago | | | 0 | 0.00027221383 | |
| 15556768 | 2 years ago | | | 0 | 0.00033726006 |
ABI
ABI objects
Getter at block 21209753 proxiableUUID() view returns (bytes32)
admin() view returns (address)
0x01103b62a82071442aa56f1fb496b9c0c8844797
getAdmin() view returns (address)
0x01103b62a82071442aa56f1fb496b9c0c8844797
getSalesConfig() view returns (uint256, uint256, uint256, uint256)
(22000000000000000, 22000000000000000, 4444, 1646065801)
isOwnerMinted() view returns (bool)
false
maxPerAddressDuringMint() view returns (uint256)
5
name() view returns (string)
Tippin Tigers
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xfe5584d3214eee96c0ff22007e53788e150fe43a
saleConfig() view returns (uint32 publicSaleStartTime, uint64 mintlistPrice, uint64 publicPrice, uint32 publicSaleKey)
(publicSaleStartTime=1646065801, mintlistPrice=22000000000000000, publicPrice=22000000000000000, publicSaleKey=4444)
symbol() view returns (string)
Tipp
totalSupply() view returns (uint256)
1274
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721AUpgradeableTokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isPublicSaleOn(uint256 publicPriceWei, uint256 publicSaleKey, uint256 publicSaleStartTime) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events SetupSaleInfo(uint64 mintlistPriceWei, uint64 publicPriceWei, uint32 publicSaleStartTime, uint256 maxPerAddressDuringMint_)
allowlistMint(uint256 quantity) payable
approve(address to, uint256 tokenId)
initialize()
owenrMint()
publicSaleMint(uint256 quantity, uint256 callerPublicSaleKey) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedAllowlist(address[] addresses, uint256[] numSlots)
setAdmin(address _admin)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
setPublicSaleKey(uint32 key)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawMoney()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()