TitanLegends
Verified contract
Active on
Ethereum with 1,800 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 "TitanLegends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203557 | 2 days ago | | | 0 | 0.00045854286 | |
| 21202163 | 2 days ago | | | 0 | 0.00058575278 | |
| 21196290 | 3 days ago | | | 0 | 0.00085411212 | |
| 21136326 | 12 days ago | | | 0 | 0.00070359247 | |
| 21131524 | 12 days ago | | | 0 | 0.00085505193 | |
| 21131433 | 12 days ago | | | 0 | 0.0011735952 | |
| 21114987 | 15 days ago | | | 0 | 0.00032022090 | |
| 21114985 | 15 days ago | | | 0 | 0.00036419489 | |
| 21112186 | 15 days ago | | | 0 | 0.00026938256 | |
| 21107591 | 16 days ago | | | 0 | 0.00041923059 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop()
approve(address to, uint256 tokenId) payable
cutSupply(uint64 newMaxSupply, uint64 newFirebreatherSupply)
flipSaleState()
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setContractURI(string uri)
setPrice(uint256 _firebreatherPrice, uint256 _legendaryPrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Mint(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _contractURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()