Liquid Titans
Verified contract
Active on
Ethereum with 398 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
METL | ERC-20 | 33.654K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20652188 | 3 months ago | | | 0 | 0.000044557165 | |
| 19152601 | 9 months ago | | | 0 | 0.00038809021 | |
| 19152598 | 9 months ago | | | 0 | 0.00039891838 | |
| 19152596 | 9 months ago | | | 0 | 0.00042321636 | |
| 19149716 | 9 months ago | | | 0 | 0.0039372247 | |
| 18592541 | a year ago | | | 0 | 0.0034460309 | |
| 18089002 | a year ago | | | 0 | 0.00034090597 | |
| 18089000 | a year ago | | | 0 | 0.00033693454 | |
| 18088903 | a year ago | | | 0 | 0.00060188373 | |
| 17595444 | a year ago | | | 0 | 0.00094364517 |
ABI
ABI objects
Getter at block 21211039
Artifacts() view returns (address)
0xf85906f89aeca56aff6d34790677595af6b4fbd7
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
Invaders() view returns (address)
0x2f3a9adc5301600cd9205ef7657cf0733ff71d04
Legends() view returns (address)
0x372405a6d95628ad14518bfe05165d397f43de1d
LiquidDeployer() view returns (address)
0x866cfda1b7cd90cd250485cd8b700211480845d7
METLToken() view returns (address)
0xfcbe615def610e806bb64427574a2c5c1fb55510
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
airdropIsActive() view returns (bool)
true
erc20Token() view returns (address)
0x0000000000000000000000000000000000000000
erc721Token() view returns (address)
0x0000000000000000000000000000000000000000
getTotalSupply() view returns (uint256)
244
locked() view returns (bool)
false
maxPurchase() view returns (uint256)
42
maxSupply() view returns (uint256)
333
mintPrice() view returns (uint256)
142
name() view returns (string)
Liquid Titans
owner() view returns (address)
0x866cfda1b7cd90cd250485cd8b700211480845d7
saleIsActive() view returns (bool)
false
symbol() view returns (string)
TITANS
totalSupply() view returns (uint256)
244
Read-only
addressesThatMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getWalletOfOwner(address owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events DepositMETL(uint256 amount)
SendMETL()
airdrop(uint256[] _counts, address[] _list)
approve(address to, uint256 tokenId)
lockMetadata()
mintTitan(uint256 legendId, uint256 invader1, uint256 invader2, uint256 invader3)
removeAllMETL()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendNFTToDead(address nftContractAddress, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPurchase(uint256 _maxPurchase)
setMaxSupply(uint256 _maxSupply)
setMintPrice(uint256 _mintPrice)
toggleAirdropStatus()
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AirdropActivation(bool isActive)
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)
SaleActivation(bool isActive)
TitanMinted(address indexed owner, uint256 legendId, uint256 invader1, uint256 invader2, uint256 invader3, uint256 timestamp)
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()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()