TitanLegends

Verified contract

Active on Ethereum with 1,800 txns
Deployed by via 0xeecd9c37 at 19019747
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TitanLegends"

0x348957db92c1a180f632bf28f5aebb3d35bb2b38db6af69ab86744f543f0fc98
0x2bc363153964605dfc5202c8c295a136a3e8ece7c916dd8ea6077de89488dc03
0xc9ebc7582e68c91addaccd0bd66548016f58c76a967d934a7056dd12ba0c1713
0x2e0704ca332671b7da82bcd978ed9acfdc798f4f3283fb7feb92fe54a3963330
0x6217f0ffd5369df70fc95c2490d7d0bb95aee84f292d4f8bd8b1a7bd78747f8a
0x7e0a7caa3e7ba37fbd08e831727a89ad42aea66568ec2660ff40f2f57a977539
0x559d8cf00bb95201e1e568bed6788e00e14ae36f28307f9547acb417bced6647
0x4e8ee02d69d9cc241d36c5eb8e2a00bee55ee106d9d936f7df2304248497d463
0xa4d50f2ff71289fd658e7dfd55179eb2db534550ad046527b5c3bb68dc96a0c3
0xf621156a2b127ccb88882ac443a7580c533f5c507e0ffa1190c70ca8236709ae

Functions
Getter at block 21219322
contractURI(view returns (string)
ipfs://bafkreicna767rle4tebq5p6h25wzglnc5tpko2k24mntvrgob4vgrkncvu
firebreatherPrice(view returns (uint256)
28369888000000000000000000
firebreatherSupply(view returns (uint64)
1500
isSaleActive(view returns (bool)
true
legendaryPrice(view returns (uint256)
88888888000000000000000000
maxPerWallet(view returns (uint64)
56
maxSupply(view returns (uint64)
2288
name(view returns (string)
TitanLegends
owner(view returns (address)
0x75dc603a833e65bcec262c32c904e85ddf6828cd
symbol(view returns (string)
TTLG
totalSupply(view returns (uint256)
2288
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
minted(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(
approve(address touint256 tokenIdpayable 
cutSupply(uint64 newMaxSupplyuint64 newFirebreatherSupply
flipSaleState(
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setContractURI(string uri
setPrice(uint256 _firebreatherPriceuint256 _legendaryPrice
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Mint(uint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _contractURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ERC2981InvalidDefaultRoyalty(uint256 numeratoruint256 denominator
ERC2981InvalidDefaultRoyaltyReceiver(address receiver
ERC2981InvalidTokenRoyalty(uint256 tokenIduint256 numeratoruint256 denominator
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenIdaddress receiver
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(