Typical Tigers
Verified contract
Active on
Ethereum with 6,019 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 "Typical Tigers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21051890 | 23 days ago | | | 0 | 0.00030387055 | |
| 21000217 | a month ago | | | 0 | 0.0023457090 | |
| 20998095 | a month ago | | | 0 | 0.00042209495 | |
| 20936805 | a month ago | | | 0 | 0.00059094147 | |
| 20765435 | 2 months ago | | | 0 | 0.00074381777 | |
| 20765384 | 2 months ago | | | 0 | 0.00083185268 | |
| 20765380 | 2 months ago | | | 0 | 0.00083448488 | |
| 20765375 | 2 months ago | | | 0 | 0.00087452940 | |
| 20765371 | 2 months ago | | | 0 | 0.00085990075 | |
| 20765367 | 2 months ago | | | 0 | 0.00087523957 |
ABI
ABI objects
Getter at block 21214734
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PREMINTER_ROLE() view returns (bytes32)
0xe44a184090cb6da8f919f3fd8eef67d810b7d6b4e532fa73d3077c95ddc9141f
getTotalSupply() view returns (uint256)
3900
maxPresale() view returns (uint256)
1433
maxPurchase() view returns (uint256)
10
maxSupply() view returns (uint256)
3900
mintPrice() view returns (uint256)
30000000000000000
name() view returns (string)
Typical Tigers
owner() view returns (address)
0x2c11022c9023c234033117d2f4d7c9a0bb5de58e
presaleIsActive() view returns (bool)
true
saleIsActive() view returns (bool)
false
symbol() view returns (string)
TPT
totalSupply() view returns (uint256)
3900
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelistedAccount(address _account) 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)
State-modifying
Events addToWhitelist(address _account)
approve(address to, uint256 tokenId)
batchAddToWhitelist(address[] _addresses)
clearWhitelist()
grantRole(bytes32 role, address account)
mint(address _to, uint256 _count) payable
ownerMint(address _to, uint256 _count)
presaleMint(address _to, uint256 _count) payable
removeFromWhitelist(address _account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPresale(uint256 _maxPresale)
setMaxPurchase(uint256 _maxPurchase)
setMintPrice(uint256 _mintPrice)
togglePresaleStatus()
toggleSaleStatus()
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)
PresaleActivation(bool isActive)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SaleActivation(bool isActive)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WhitelistCleared()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.