Dragonka
Unverified contract
Proxy
Active on
Base with 5 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 49 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "Dragonka"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13887468 | 6 months ago | | | 0.00069 | 0.0000084065513 | |
| 12893372 | 7 months ago | | | 0.00069 | 4.2104962e-7 | |
| 12654068 | 7 months ago | | | 0.00069 | 8.6226754e-7 | |
| 12653595 | 7 months ago | | | 0.00069 | 0.0000011495147 | |
| 12647766 | 7 months ago | | | 0.00069 | 0.000013482897 |
ABI
ABI objects
Getter at block 22002114
MINT_FEE() view returns (uint256)
690000000000000
MINT_FEE_RECIPIENT() view returns (address)
0x8df737904ab678b99717ef553b4efda6e3f94589
SPONSORED_MINT_FEE() view returns (uint256)
250000000000000
contractURI() view returns (string)
ipfs://bafkreiebk4vgdicnsp6qszpk4gztozworqufmkc6sxpyin5tm5ogwsruzu
maxSponsoredMints() view returns (uint256)
0
maxSupply() view returns (uint256)
1000
name() view returns (string)
Dragonka
nextTokenId() view returns (uint256)
6
owner() view returns (address)
0x957fbeef4fa2c93d7784a4abe5ad58ea5c18a760
protocolRewards() view returns (address)
0x6a9041a6955fe4b81cb5093b4d2d2e3a6400d61a
sponsoredMints() view returns (uint256)
0
symbol() view returns (string)
D
Read-only
balanceOf(address owner) view returns (uint256)
claims(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
splitRewards(uint256 _amount, address _platform, address _creator, address _referrer) pure returns (uint256, uint256, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
increaseMaxSponsoredMints(uint256 _additionalSponsoredMints) payable
initialize(bytes _initializationData) payable
mint(address to, bytes32 r, bytes32 s, uint8 v, address _referrer) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
splitAndDepositRewards(uint256 _amount, address _platform, address _creator, address _referrer) payable returns (uint256, uint256, uint256)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
MintFeePaid(uint256 mintFee, address mintFeePayer, address mintFeeRecipient, address owner, address referrer)
SponsoredMintFeesPaid(uint256 sponsoredMints, uint256 mintFee, address mintFeeRecipient)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyClaimed()
ExceedsMaxSupply()
InvalidAddress()
InvalidFee()
TransferFailed()