League of Light
Verified contract
Active on
Ethereum with 137 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "League of Light"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18467878 | a year ago | | | 0 | 0.00031724636 | |
| 15964353 | 2 years ago | | | 0 | 0.00062590226 | |
| 15874948 | 2 years ago | | | 0 | 0.00053115836 | |
| 15246155 | 2 years ago | | | 0 | 0.0015832744 | |
| 15166395 | 2 years ago | | | 0 | 0.00067079988 | |
| 15162039 | 2 years ago | | | 0 | 0.0028603962 | |
| 15070594 | 2 years ago | | | 0 | 0.0018222399 | |
| 14967184 | 2 years ago | | | 0 | 0.0017969104 | |
| 14914601 | 2 years ago | | | 0 | 0.0019864647 | |
| 14782450 | 2 years ago | | | 0 | 0.0018769633 |
ABI
ABI objects
Getter at block 21090150
name() view returns (string)
League of Light
owner() view returns (address)
0x93416306670d7936f1718168e2105c34099b9211
symbol() view returns (string)
LOL
Read-only
_mintClaimed(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256) view returns (uint256[] bps)
getFeeRecipients(uint256) view returns (address[] recipients)
getRoyalties(uint256) view returns (address[] recipients, uint256[] bps)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _addr) view returns (bool)
mintClaimed(address _addr) view returns (uint256)
monarchOrigins(uint256) view returns (uint256 originOne, uint256 originTwo)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
enableBurnRedemption()
publicMint(uint8 amount) returns (uint256)
redeemMonarch(uint256 id1, uint256 id2) returns (uint256)
registerAdmin(address _admin)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAshAddress(address _ash)
setAshCC(address core, address extension, uint256 maxSupply)
setCollectionAddresses(address unity, address ashen)
setMetadataAddress(address m)
setMintState(uint8 n)
setPayoutAddress(address payee)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateRoyalties(address recipient, uint256 bps)
whitelist(address[] _addr)
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.
This contract contains no error objects.