TransparentUpgradeableProxy

Verified contract

Proxy

Active on Ethereum with 3,687 txns
Deployed by via 0x7f7e8b83 at 18869097
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 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
14 additional variables

No balances found for "TransparentUpgradeableProxy"

0xafef23e757f56fa64a5518ece264882a25844464e0f0326a7ddba7cc6f591e7d
0xf7285b786a46a910e079002eba60a90ee858344a715f0f9878670c968e8b4bb8
0x1fc6eb751fc40021821912c23f160e431ec9d7d3367e8a1d6e1956c24b4e3088
0x81edaf0193568f2dede08bf5fc95ae7331d24780bc738bf9dfb060f5fb39ca2e
0x828e41c77d3824bdf160695a11c9fb61349bc23a61bd2312ce13b2e32ac4aa26
0x00744fd8887a9c075db2ecd1e452f1de881c4d609b7d1ec7fa48f439784e340c
0xe7d5c2b1eff6f95bd64b54d1cd1e65085fdebe2fd289a3d7868abdf8b3ec81ec
0x5dd4bc84e6504c9cb357fd42c01ccea969c0783b156f8d48032a406c1d0c4caa
0x32aafda694c6e289f1aeb5d7533d13c68e1336f79b12f505fff52359a952bad1
0xb8bf7a78a37725091ca51943d44b8a47ae5577b9b6e0fb759f174f2ec7dafa37

Functions
Getter at block 20829688
community(view returns (address)
0xf702a8a60085caadf0c7c0092582410dbcfe4ca1
maxAllowedPerAddress(view returns (uint256)
1
maxSupply(view returns (uint256)
777600
name(view returns (string)
Origin Disciple NFT
nftQtyByReferrals(view returns (uint256)
3
operator(view returns (address)
0xda55533ace50e9e8555373df853fb1ddcf90e3f7
owner(view returns (address)
0x4cafc98eb53793592f20a1305288f64d9643d6d2
paymentMethod(view returns (address)
0xa3c7b786d6ae3b966e50446f2a7e17c2c925eb7c
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
price(view returns (uint256)
10000000000000000
recipient(view returns (address)
0xa3c7b786d6ae3b966e50446f2a7e17c2c925eb7c
symbol(view returns (string)
OriginNFT
totalSupply(view returns (uint256)
3592
uri(view returns (string)
https://turquoise-quick-mule-581.mypinata.cloud/ipfs/QmNMM1LSRakZD3btWUywGsLoxvQRhuesBiCWG1R4zCfG3J/
Read-only
balanceOf(address ownerview returns (uint256)
claimableByActivity(address useruint256 doneview returns (uint256)
claimableByCommunity(address useruint256 totalQualifiedview returns (uint256)
claimableByDonation(uint256 amountview returns (uint256)
consumedReferralQualificationOf(addressview returns (uint256)
donationOf(addressview returns (uint256)
genHash(address useruint256 deadlineuint256 totalQualifiedview returns (bytes32)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
nftGotOf(addressview returns (uint256)
nftGotOfActivity(addressview returns (uint256)
nftGotOfCommunity(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
whitelists(addressview returns (uint256)
State-modifying
acceptOwnership(
approve(address touint256 tokenId
claimByActivity(uint256 deadlinebytes sig
claimByCommunity(uint256 deadlineuint256 totalQualifiedbytes sig
donate(payable 
donateAndJoin(address _refererpayable 
initialize(string name_string symbol_uint256 maxSupply_uint256 price_address paymentMethod_address recipient_string baseURI_address community_address operator_
multiClaim(uint256 deadlineuint256 totalQualifiedbytes sig
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setMaxAllowedPerAddress(uint256 _maxAllowedPerAddress
setupMaxSupply(uint256 _maxSupply
setupNftQtyByReferrals(uint256 nftQtyByReferrals_
setupOperator(address _operator
setupPaymentMethod(address _paymentMethod
setupPrice(uint256 _price
setupRecipient(address _recipient
setupURI(string _uri
setupWhitelists(address[] usersuint64[] limits
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Consumed(address indexed useruint256 consumed
Donate(address indexed useraddress paymentMethoduint256 amt
GrantWhitelist(address indexed useruint256 amount
Initialized(uint8 version
MintBy(uint8 indexed wayaddress indexed useruint256 quantity
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(