Ugly Dragons Legendary Club Membership
Verified contract
Active on
Ethereum with 191 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 "Ugly Dragons Legendary Club Membership"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19560999 | 8 months ago | | | 0 | 0.00093322078 | |
| 18832365 | a year ago | | | 0 | 0.0021459328 | |
| 18832362 | a year ago | | | 0 | 0.0028808502 | |
| 18832358 | a year ago | | | 0 | 0.0029150583 | |
| 18818236 | a year ago | | | 0 | 0.0037503955 | |
| 18651709 | a year ago | | | 0 | 0.0019950014 | |
| 18527083 | a year ago | | | 0 | 0.0011766500 | |
| 18492297 | a year ago | | | 0 | 0.00099854245 | |
| 18034148 | a year ago | | | 0 | 0.00066303142 | |
| 17972481 | a year ago | | | 0 | 0.0010057169 |
ABI
ABI objects
Getter at block 21397351
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmPimm8J3Kavxrt7KvSC6cVuZZSUSazkVu9a2WCdg54g4M/
maxSupply() view returns (uint256)
150
merkleRoot() view returns (bytes32)
0xe21c22621afee7ee79b08617ad7389706be6f0866990983f5de0ebf703ba2944
name() view returns (string)
Ugly Dragons Legendary Club Membership
owner() view returns (address)
0xce61c789e3157f39c535dead876b984ae548b858
paused() view returns (bool)
false
symbol() view returns (string)
UDLCM
totalSupply() view returns (uint256)
123
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
gift(uint256 _mintAmount, address destination)
mint(uint256 tokens, bytes32[] merkleProof)
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()