LeagueDAO: LeaguePass Gold
Verified contract
Proxy
Active on
Ethereum with 43 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 43 additional slots
7 additional
variables
Balances ($0.00)
No balances found for "LeagueDAO: LeaguePass Gold"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18875725 | a year ago | | | 0 | 0.00079003790 | |
| 16757323 | 2 years ago | | | 0 | 0.0040324358 | |
| 15569097 | 2 years ago | | | 0 | 0.0017074418 | |
| 15473005 | 2 years ago | | | 0.2 | 0.010451895 | |
| 15436575 | 2 years ago | | | 0 | 0.0014822431 | |
| 15417156 | 2 years ago | | | 0 | 0.0010986168 | |
| 15417113 | 2 years ago | | | 0.2 | 0.0040072106 | |
| 15416555 | 2 years ago | | | 0 | 0.0013473223 | |
| 15413839 | 2 years ago | | | 0.2 | 0.0026390019 | |
| 15413822 | 2 years ago | | | 0.2 | 0.0020093689 |
ABI
ABI objects
Getter at block 21322727
name() view returns (string)
LeagueDAO: LeaguePass Gold
owner() view returns (address)
0x5fbd8ae80e26d82922f69aa51a99737dcd748f12
symbol() view returns (string)
LPGOLD
totalRedeemables() view returns (uint256)
1
totalRevenue() view returns (uint256)
6000000000000000000
totalSupply() view returns (uint256)
30
treasury() view returns (address)
0x53efa417a28508cbb7dc4a874e2feaa7c5792868
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
redeemableAt(uint256 index) view returns (struct RedeemablesRedeemable data)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
createRedeemable(string uri, uint256 price, uint256 maxQuantity, uint256 maxPerWallet, uint256 maxPerMint)
initialize(string name_, string symbol_, address treasury_, address royalty_, uint96 royaltyFee_)
invalidate(uint256 redeemableId)
mint(address to, uint256 quantity, string uri)
redeem(uint256 redeemableId, uint256 quantity, bytes signature, bytes32[] proof) payable
renounceOwnership()
revoke(uint256 redeemableId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMerkleRoot(uint256 redeemableId, bytes32 newRoot)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setTokenURI(uint256 tokenId, string newUri)
setTreasury(address newTreasury)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RedeemableCreated(uint256 indexed redeemableId)
TokenRedeemed(address indexed to, uint256 indexed redeemableId, uint256 quantity)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.