Paradise

Unverified contract

Proxy

Active on Base with 33,927 txns
Deployed by via 0xc1a9942d at 2353889
Slot
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
ERC-20
Value $0.13
ERC-20
Value $0
ERC-20
Value $0
ERC-20
--
0x36ca5778d6cf2fa771342b75b0172276fb7b679c3a0f36aa5f95fa25d2451de6
0x2f375fcf8a8546ceba349e1f33869dab2ae132670a1547b9da47a4b0c5d032e2
0x4c9d069511649a93ffb5365c1e9ae9d9810b944b2200024435ad5a7af8af94d0
0x252ba7d666c0f0d11e56ea6edc7c511dc083bf9f813c2c204514a2539825dd4f
0x034d7b6119532a08ef2b6dbd4994979af6b5953db7056019dcc413e67f53445b
0x7a8bf807daa3f8516d8c603d0d1384b7e4d378854e1471d24504d094dad1aa11
0x16d736a0d00672dfb622aaead046895b68a091fbe25f422aa81ff1652bf1f4ba
0x0e00791161d91f53ad31293a6db2b3cd6eb8f2ca37159c771f75fdfcb780d217
0x7481a09cf9c35df578d26960ba6f5563ee24cbd674ed08276009bce14df9b084
0x4d102da7475c232b63348c32d43e039fdeebf95d0e781396eb21d8ba8be4d014

Functions
Getter at block 22752620
IMPLEMENTATION_VERSION(view returns (uint8)
1
abDataRegistry(view returns (address)
0xcb8399d84e17fd5b4e955c716647c7bb2c35ab63
abVerifier(view returns (address)
0x3d6aac1c88dc62ef6a81b8ce98f1f36e270b0707
dropId(view returns (uint256)
10002
maxSupply(view returns (uint256)
50000
name(view returns (string)
Paradise
owner(view returns (address)
0x807f8739105042997d614bf2e654c648989ac137
publisher(view returns (address)
0x807f8739105042997d614bf2e654c648989ac137
sharePerToken(view returns (uint256)
0
symbol(view returns (string _symbol)
AB10002
totalSupply(view returns (uint256)
31492
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedPerPhase(address useruint256 phaseIdview returns (uint256 minted)
ownerOf(uint256 tokenIdview returns (address)
phases(uint256view returns (uint256 phaseStartuint256 phaseEnduint256 priceuint256 maxMintbool isPublic)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string _tokenURI)
State-modifying
approve(address touint256 tokenIdpayable 
initDrop(uint256 _maxSupplyuint256 _sharePerTokenuint256 _mintGenesisaddress _genesisRecipientaddress _royaltyCurrencystring _baseUri
initialize(address _publisheraddress _abDataRegistryaddress _abVerifierstring _name
mint(address _touint256 _phaseIduint256 _quantitybytes _signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setDropPhases(struct ABDataTypesPhase[] _phases
setMaxSupply(uint256 _maxSupply
setSharePerToken(uint256 _newSharePerToken
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawERC20(address _tokenuint256 _amount
withdrawToRightholder(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
DROP_ALREADY_INITIALIZED(
INCORRECT_ETH_SENT(
INVALID_PARAMETER(
MAX_MINT_PER_ADDRESS(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NOT_ELIGIBLE(
NOT_ENOUGH_TOKEN_AVAILABLE(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PHASE_NOT_ACTIVE(
TRANSFER_FAILED(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(