TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 475 txns
Deployed by via 0x32103301 at 18891637
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TransparentUpgradeableProxy"

0x8f8b51292a92c9cb34251c0be1879d8fd1f896e63c10fada2858513a1058addc
0x034b3dc469af63a0c278aea7d20371b8c65e08517f7ef65eb38de4dd3c84fefd
0x43609e70541d4ce1d1fbc899a96ef0760cee6424a63c5bd8f6e12f232d324a85
0xea048eb00ccda91d80e9e029e7de9416ece9855fe2073b24670b3e22b3203153
0x6a0770e87bd301e0b82178525ad7677a8478b44c41c625c302e075e95a55cf4f
0x345f462529921e71e5cc318294740ad6c74959640900f6b951974b12dbdc91f4
0x5d3da311999de260178cf75f66888403c6b5b419986981796898d240e75e312a
0xc842417c8472b2e3c0f0ff8f7aa1c601ebdfa0cbbb8f2e7bee724c0eee51aa65
0x5aaddc88f0c37d1779dc6ceff5a9dd0a4c0a3d19f1d7905857e39612406d93aa
0xc62e382df3de79cb4a3d22baeac43db4ef17503c6ade9c31568dc69e1d541617

Functions
Getter at block 20889429
_isPaused(view returns (bool)
false
Read-only
getDAOdetails(address _daoAddressview returns (struct HelperDAODetails)
getTokenGatingDetails(address _daoAddressview returns (struct HelperTokenGatingCondition[])
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
buyGovernanceTokenERC20DAO(address _daoAddressuint256 _numOfTokensToBuybytes32[] _merkleProofpayable 
buyGovernanceTokenERC721DAO(address _daoAddressstring _tokenURIuint256 _numOfTokensToBuybytes32[] _merkleProofpayable 
changeMerkleRoot(address _daoAddressbytes32 _newMerkleRootpayable 
changeOwner(address _newOwner
createERC20DAO(string _DaoNamestring _DaoSymboluint256 _distributionAmountuint256 _pricePerTokenuint256 _minDepositPerUseruint256 _maxDepositPerUseruint256 _ownerFeePerDepositPercentuint256 _depositTimeuint256 _quorumPercentuint256 _thresholdPercentuint256 _safeThresholdaddress _depositTokenAddressaddress[] _adminsbool _isGovernanceActivebool _isTransferablebool _onlyAllowWhitelistbool _assetsStoredOnGnosisbytes32 _merkleRoot
createERC721DAO(string _DaoNamestring _DaoSymbolstring _tokenURIuint256 _ownerFeePerDepositPercentuint256 _depositTimeuint256 _quorumPercentuint256 _thresholdPercentuint256 _safeThresholdaddress _depositTokenAddressaddress[] _adminsuint256 _maxTokensPerUseruint256 _distributionAmountuint256 _pricePerTokenbool _isNftTransferablebool _isNftTotalSupplyUnlimitedbool _isGovernanceActivebool _onlyAllowWhitelistbool _assetsStoredOnGnosisbytes32 _merkleRoot
defineTokenContracts(address ERC20ImplementationAddressaddress ERC721ImplementationAddressaddress emitterImplementationAddressaddress _safeaddress _singleton
disableTokenGating(address _daoAddresspayable 
emitSignerChanged(address _daoaddress _signerbool _isAdded
initialize(
rescueFunds(address tokenAddr
setupTokenGating(address _tokenAaddress _tokenBuint8 _operatoruint8 _comparatoruint256[] _valueaddress _daoAddresspayable 
togglePause(
updateDepositTime(uint256 _depositTimeaddress _daoAddresspayable 
updateMinMaxDeposit(uint256 _minDepositPerUseruint256 _maxDepositPerUseraddress _daoAddresspayable 
updateOwnerFee(uint256 _ownerFeePerDepositaddress _daoAddresspayable 
updateTotalRaiseAmount(uint256 _newDistributionAmountuint256 _newPricePerTokenaddress _daoAddresspayable 
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
AddressInvalid(string _paramaddress _address
AmountInvalid(string _paramuint256 _amount
ArrayLengthMismatch(uint256 _length1uint256 _length2
DepositAmountInvalid(uint256 _maxDepositPerUseruint256 _minDepositPerUser
DepositClosed(
DepositStarted(
InsufficientAllowance(uint256 requireduint256 current
InsufficientBalance(
InsufficientFunds(
InvalidData(
Max4TokensAllowed(uint256 _length
MaxTokensMinted(
MaxTokensMintedForUser(address _user
MintingNotOpen(
NoAccess(address _user
NotERC20Template(
NotWhitelisted(
RaiseAmountInvalid(uint256 _totalRaiseAmountuint256 _maxDepositPerUser