AIRDROP SOL

Unverified contract

Proxy

Active on Base with 201 txns
Deployed by via 0x922488dc at 22855098
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 12 additional slots

No balances found for "AIRDROP SOL"

0x3b67b737246208efab1b6ff4a7a8347f012176f1b3c74ce789df3b0ae93c4012
0x43ad39c2b1e30b701777aefe15ccd2030f3aeb504854c5217e94c769d186d796
0xeb26e22842720b40eb66d174c4f254ff3031c51febef720522d8eb268b92a597
0x40bbe0ab41bf7307b88b9aa7c2ca682f2a31fa493df5e4bf33f7bcd84fc43cc1
0xca79522db69151d30bd93dda452787d7519cb6b82cb503929834dba72c04a1ae
0x32c26cb82ec3e4b77e57ca5d6419adf602c1a57936c9403698c69741ab2beafb
0x920c5fee765f8673c3cf96b97e62b85e88f64f7a556fc3145305e95b21a9bfea
0x73e898c19af84146240b4247846cf4eb97abda3a1506dcfd1c347d9b2c574fe0
0xeebce0affabd5caf9a3d2e3907dc84744d6c5543096b6e23ce82232d7fcaf043
0x474e1dfd724b6402bda4ea1ea569d27aa929d493ce10c7ff5d3d1c85d943266f

Functions
Getter at block 22910019
 
contractURI(view returns (string)
currentTokenId(view returns (uint256)
199
 
getMetadata(view returns (struct CollectionCreationRequest)
 
metadata(view returns (address creatorstring namestring descriptionstring symbolstring imagestring animation_urlstring mintTypeuint128 maxSupplyuint128 maxPerWalletuint256 costuint256 startTimeuint256 endTimeuint256 nonce)
mintingContract(view returns (address)
0x5da05215aca9edbe27cbdce86888986e4b4c996f
name(view returns (string)
AIRDROP SOL
owner(view returns (address)
0x097cfe9388f7fbf9d22f6e3b53f247c17151f963
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
AS
totalSupply(view returns (uint256)
198
Read-only
balanceOf(address ownerview returns (uint256)
cost(uint256 quantityview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
approve(address spenderuint256 id
initialize(struct CollectionCreationRequest requestaddress mintingContract_
mint(address touint256 quantitypayable 
mintWithComment(address touint256 quantitystring commentpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setMetadata(struct CollectionCreationRequest metadata_
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint64 version
MintConfigChanged(
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TokenForgeMint(address indexed touint256 quantity
TokenForgeMintComment(address indexed touint256 quantitystring comment
Transfer(address indexed fromaddress indexed touint256 indexed id
Withdrawn(address indexed owneruint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
FailedToSendEth(
IncorrectETHAmount(uint256 sentuint256 expected
InvalidCollectionRequest(string message
InvalidContractAddress(
InvalidInitialization(
InvalidMintQuantity(
MintingClosed(
MintingNotStarted(
NotInitializing(
OutOfSupply(
OverClaimLimit(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
TokenDoesNotExist(uint256 tokenId