UnleashedAlphaPass

Verified contract

Active on Ethereum with 657 txns
Deployed by via 0x2b20c904 at 15862812
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "UnleashedAlphaPass"

0xe0fff7ee32fc0480d47d3588dbaaea75edeb3f205324aef032e2d28fde0d13a9
0xfb51087eeea7e821a8c77231e2e3e12f7130635b34ad5e1117266fbdc5c25c5b
0x446992064f9c86270990b93290f512a0d9bad27b4de1a470e5537cabd93a06a3
0x11ca791c328017b149afbfcbcd4406abc93c261833abb0d5ba270340893c10e6
0x3a761004adbf11f5b3fbe6b4b559b3e9ca4db01500b1f5dc8314d806379ee688
0x44551e90649aa26dc5842edb22f30d3c588adfa0c64bdf510dc980b2f3175794
0xa1ba621ea72fb4feca64feccf26ac8f3866351cdbb2efed7317f285deb564e8e
0x135a0e2ba0db2cd3ead765e86604dca285c8909cb123727bf064855380941f49
0xd34250ea14dfdfdd56f9efb9e2ece4fc3f3feedef4596dbe175d3c03b23132db
0x434d501fd80d76de7c4534949961a49765a7d31a802b3376a2a28b5c4b974fd4

Functions
Getter at block 21439026
baseURI(view returns (string)
https://nftstorage.link/ipfs/bafybeifwxuwbbu6ryr5dq7o3btzm4eazw4ygsamxmvhe3akhjvzzb5nylu/
isPaused(view returns (bool)
false
maxPerAddressDuringPublicMint(view returns (uint256)
4
maxPerAddressDuringWhitelistMint(view returns (uint256)
5
name(view returns (string)
UnleashedAlphaPass
owner(view returns (address)
0x6102261370f5ef15ee225ac6a4eec4af9c293020
pledgeContractAddress(view returns (address)
0x036d5e237efbdb1583c29b8648f637812a94cdf2
publicSalePrice(view returns (uint256)
49000000000000000
sellingStep(view returns (uint8)
3
symbol(view returns (string)
UAP
totalReleased(view returns (uint256)
17995000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
1333
wlMerkleRoot(view returns (bytes32)
0xf70b927026bfbe1aa36b68cb3e419634f8bd6e2fddf6aa7f3c5211cc153ca11a
wlSalePrice(view returns (uint256)
49000000000000000
Read-only
amountNFTsperWalletPublicSale(addressview returns (uint256)
amountNFTsperWalletWhitelistSale(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
approve(address touint256 tokenId
gift(address[] _to
pledgeMint(address touint8 quantitypayable 
publicSaleMint(address _accountuint256 _quantitypayable 
release(address account
release(address tokenaddress account
releaseAll(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string _baseURI
setPaused(bool _isPaused
setPledgeContractAddress(address _pledgeContractAddress
setPublicSalePrice(uint256 _publicSalePrice
setStep(uint256 _step
setWlMerkleRoot(bytes32 _merkleRoot
setWlSalePrice(uint256 _wlSalePrice
specialGift(address[] _topayable 
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(address _accountuint256 _quantitybytes32[] _proofpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address[] _teamuint256[] _teamSharesbytes32 _wlMerkleRootstring _baseURI
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(