TYGR CUB ALLIANCE: RETRIBUTION
Verified contract
Active on
Ethereum with 4,060 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TYGR | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21004747 | a month ago | | | 0 | 0.00034243504 | |
| 20228918 | 4 months ago | | | 0 | 0.00018174848 | |
| 19800360 | 6 months ago | | | 0 | 0.00022243143 | |
| 19558565 | 8 months ago | | | 0 | 0.00080847450 | |
| 19509163 | 8 months ago | | | 0 | 0.00073433612 | |
| 19430538 | 8 months ago | | | 0 | 0.0022591324 | |
| 18903965 | a year ago | | | 0 | 0.00054691783 | |
| 18872314 | a year ago | | | 0 | 0.00079325209 | |
| 18386113 | a year ago | | | 0 | 0.00067227792 | |
| 17911764 | a year ago | | | 0 | 0.00081159162 |
ABI
ABI objects
Getter at block 21210884
COMMUNITY_VAULT() view returns (address)
0xcb94885c4dcc04933d5aabccf96b71b6f709f6a0
MAX_SUPPLY() view returns (uint256)
8888
MINT_START() view returns (uint256)
1649455200
WITHDRAW_ADDRESS() view returns (address)
0xe9980db2761354c596333beca26f9dcf51401e46
contractURI() view returns (string)
https://metadata.tygrnft.com/
mintStarted() view returns (bool)
true
name() view returns (string)
TYGR CUB ALLIANCE: RETRIBUTION
owner() view returns (address)
0xcb94885c4dcc04933d5aabccf96b71b6f709f6a0
symbol() view returns (string)
TYGR
totalBurned() view returns (uint256)
0
totalMinted() view returns (uint256)
5555
totalSupply() view returns (uint256)
5555
userMintLeft() view returns (uint256)
16
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)
presaleAddresses(address) view returns (uint256)
price(uint256 quantity) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistAddresses(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 quantity) payable
mintToVault()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string baseTokenURI)
setPresaleAddresses(address[] presales)
setWhitesaleAddresses(address[] whitesales)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()