ERC721TokenImpl
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
18
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 "ERC721TokenImpl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ERC721TokenImpl"
ABI
ABI objects
Getter at block 21997883
MINT_FEE() view returns (uint256)
690000000000000
MINT_FEE_RECIPIENT() view returns (address)
0x8df737904ab678b99717ef553b4efda6e3f94589
SPONSORED_MINT_FEE() view returns (uint256)
250000000000000
contractURI() view returns (string)
maxSponsoredMints() view returns (uint256)
0
maxSupply() view returns (uint256)
0
name() view returns (string)
nextTokenId() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
protocolRewards() view returns (address)
0x6a9041a6955fe4b81cb5093b4d2d2e3a6400d61a
sponsoredMints() view returns (uint256)
0
symbol() view returns (string)
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)
constructor(uint256 _mintFee, uint256 _sponsoredMintFee, address _mintFeeRecipient, address _protocolRewards)
This contract contains no fallback and receive objects.
AlreadyClaimed()
ExceedsMaxSupply()
InvalidAddress()
InvalidFee()
TransferFailed()