Internet Raised

Verified contract

Proxy

Active on Ethereum with 5,863 txns
Deployed by via 0xcae68386 at 16222197
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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
12 additional variables

No balances found for "Internet Raised"

0x2eee48cbfd3e524fd30968cae2b5801204e72ba126726fa02cc0b6df583d9ff7
0x9cc22790bb1198ceb15e5d55e98b170da33c0691b36a3319e51be620cf1f5652
0x9a9231654e777cca98ce8dfbb22a1e821edec53d171be6bc801a67d1dd356841
0xd8db6b629c324214ce3948c1626ee15e5e95a68233270ddf0f179fd4332d1f1b
0x4c6ed8301e6d0f7f8dbc9cf7c1580ee2848ba40615614af23de0455c3b05b6f2
0x30cfd822c9f13d26c18f30e601e0b70454dde28b2642f0b67b17f1c187c74af8
0xb038800169a8368e360eafc3d527d96fcd1f8e19286840dd688f2e74910f7e74
0x57dbc04c5959c2d0aca171ec84c67f5a6682310a28001f2d790fe9c60e7fb565
0xd0e53a0cb7575d3560e4b8b4347e93638dce5c8cd7d6a394371359db1709ecd8
0x72bca6a3e5584934e4245dd030221bd60e626f932f36d8cca21b779c130657a1

Functions
Getter at block 20909176
maxSupply(view returns (uint256)
5000
name(view returns (string)
Internet Raised
owner(view returns (address)
0x03f0fd7dcb78613a56de7c9452ab1d9163147d03
payeesLength(view returns (uint256)
1
prefix(view returns (string)
https://ipfs.io/ipfs/QmNwe7wHWGuuZW87QYAZbzmpLSu95jwTuVxhjq49P9VTwb/
stage(view returns (uint8)
1
suffix(view returns (string)
.json
symbol(view returns (string)
Internet Raised
totalReleased(view returns (uint256)
1000000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
5000
Read-only
balanceLimit(uint8 stageId_view returns (uint256)
balanceOf(address ownerview returns (uint256)
currentBalance(uint8 stageId_address account_view returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isAdmin(address account_view returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(uint8 stageId_address account_bytes32[] proof_view returns (bool)
merkleTreeRoot(uint8 stageId_view returns (bytes32)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
price(uint8 stage_view returns (uint256)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
remainingBalance(uint8 stageId_address account_view returns (uint256)
royaltyInfo(uint256uint256 value_view returns (address receiveruint256 royaltyAmount)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalReleased(address tokenview returns (uint256)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
addToWhitelist(uint8 stageId_address[] accounts_
adminMint(address[] accounts_uint256[] amounts_
approve(address operatoruint256 tokenId
initialize(bytes32 whitelistMerkleTreeRoot_bytes32 freeMerkleTreeRoot_address royaltiesRecipient_uint256 royaltiesValue_address[] shareholdersuint256[] shares
multiStageMint(uint256 amount_bytes32[] proof_uint8 stage_payable 
publicMint(uint256 amount_payable 
release(address account
release(address tokenaddress account
releaseAll(
releaseAll(address token
removeFromWhitelist(uint8 stageId_address[] accounts_
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setAdminPermissions(address account_bool enable_
setApprovalForAll(address operatorbool approved
setMaxSupply(uint256 maxSupply_
setPrefix(string prefix_
setPrice(uint8 stage_uint256 value_
setRoyalties(address recipient_uint256 amount_
setStage(uint8 stage_
setSuffix(string suffix_
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBalanceLimit(uint8 stageId_uint256 limit_
updateMerkleTreeRoot(uint8 stageId_bytes32 merkleTreeRoot_
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
RoyaltiesSet(address recipientuint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(