Quasi Dragon Studies by Harvey Rayner
Verified contract
Proxy
Active on
Ethereum with 974 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
Balances ($0.00)
No balances found for "Quasi Dragon Studies by Harvey Rayner"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148950 | 2 days ago | | | 0 | 0.00062007592 | |
| 21130772 | 4 days ago | | | 0 | 0.0011457646 | |
| 21117666 | 6 days ago | | | 0 | 0.00031898268 | |
| 21111311 | 7 days ago | | | 0 | 0.00025949281 | |
| 21092521 | 10 days ago | | | 0 | 0.00051085973 | |
| 20980883 | 25 days ago | | | 0 | 0.00075758386 | |
| 20948309 | a month ago | | | 0 | 0.00054993979 | |
| 20938699 | a month ago | | | 0 | 0.00074619407 | |
| 20936838 | a month ago | | | 0 | 0.0013871845 | |
| 20922324 | a month ago | | | 0 | 0.0019066735 |
ABI
ABI objects
Getter at block 21161976
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_baseUri() view returns (string)
ipfs://bafybeihwk2vtugzz4svpdtm4vyzzt7qof3qr2t2bkexuqucoxedpnv6km4
_name() view returns (string)
Quasi Dragon Studies by Harvey Rayner
creator() view returns (address)
0x76a5e5202b097cf115494a20653b2fa17740f436
gatewayManager() view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
mintingManager() view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
name() view returns (string)
Quasi Dragon Studies by Harvey Rayner
owner() view returns (address)
0x76a5e5202b097cf115494a20653b2fa17740f436
symbol() view returns (string)
totalSupply() view returns (uint256)
846
Read-only
_balances(address) view returns (uint256)
_owners(uint256) view returns (address)
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)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
batchMintWithCreator(address[] to, uint256[] tokenIds)
initDefaultOperatorFilterer()
initOperatorFilterer(address subscriptionOrRegistrantToCopy, bool subscribe)
initialize(string uri_, address minter_, address gatewayManager_, string contractName_, uint256 royaltyValue_, address owner_)
mintWithCreator(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setGatewayManager(address gatewayManager_)
setMintingManager(address minter_)
setRoyalties(address royaltyRecipient, uint256 royaltyValue)
setURI(string newuri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)