Liquid Legions
Verified contract
Active on
Ethereum with 1,747 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 "Liquid Legions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21036197 | a month ago | | | 0 | 0.00057084006 | |
| 20980484 | a month ago | | | 0 | 0.00072030764 | |
| 20974003 | a month ago | | | 0 | 0.00059355980 | |
| 20971388 | a month ago | | | 0 | 0.0019433847 | |
| 20936277 | a month ago | | | 0 | 0.00063952923 | |
| 20774409 | 2 months ago | | | 0 | 0.00024272666 | |
| 20652244 | 3 months ago | | | 0 | 0.000027222359 | |
| 20514336 | 3 months ago | | | 0 | 0.00028894218 | |
| 20470952 | 3 months ago | | | 0 | 0.00043732364 | |
| 20414142 | 4 months ago | | | 0 | 0.00010441778 |
ABI
ABI objects
Getter at block 21230052
claimIsActive() view returns (bool)
false
name() view returns (string)
Liquid Legions
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x866cfda1b7cd90cd250485cd8b700211480845d7
symbol() view returns (string)
LEGION
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getContractValue(address contractAddress) view returns (uint256)
getForgeValue(address contractAddress) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(uint256 tokenId) view returns (bool)
legionClaimed(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
changeMaxSupply(uint256 number)
claimLegions(uint256[] theTokenIDs, address theContract, bool isForged)
mint(address to, uint256 theToken)
ownerBurner(uint256[] tokenIds)
ownerClaim()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOperatorFilteringEnabled(bool value)
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateContractStartAndForge(address contractAddress, address forge, uint256 startNumber)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ClaimActivation(bool isActive)
ForgeNotFound(address theAddress, uint256 theTokenId, address theContract)
LegionNotFound(address theAddress, uint256 theTokenId, uint256 isForged)
LegionWasClaimed(address theAddress, uint256 theTokenId)
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.
This contract contains no error objects.