DiscipleV2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
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
11 additional
variables
Balances ($0.00)
No balances found for "DiscipleV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DiscipleV2"
ABI
ABI objects
Getter at block 20829688
community() view returns (address)
0x0000000000000000000000000000000000000000
maxAllowedPerAddress() view returns (uint256)
0
maxSupply() view returns (uint256)
0
name() view returns (string)
nftQtyByReferrals() view returns (uint256)
0
operator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paymentMethod() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
price() view returns (uint256)
0
recipient() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
uri() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
claimableByActivity(address user, uint256 done) view returns (uint256)
claimableByCommunity(address user, uint256 totalQualified) view returns (uint256)
claimableByDonation(uint256 amount) view returns (uint256)
consumedReferralQualificationOf(address) view returns (uint256)
donationOf(address) view returns (uint256)
genHash(address user, uint256 deadline, uint256 totalQualified) view returns (bytes32)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nftGotOf(address) view returns (uint256)
nftGotOfActivity(address) view returns (uint256)
nftGotOfCommunity(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelists(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address to, uint256 tokenId)
claimByActivity(uint256 deadline, bytes sig)
claimByCommunity(uint256 deadline, uint256 totalQualified, bytes sig)
donate() payable
donateAndJoin(address _referer) payable
initialize(string name_, string symbol_, uint256 maxSupply_, uint256 price_, address paymentMethod_, address recipient_, string baseURI_, address community_, address operator_)
multiClaim(uint256 deadline, uint256 totalQualified, bytes sig)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool 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[] users, uint64[] limits)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Consumed(address indexed user, uint256 consumed)
Donate(address indexed user, address paymentMethod, uint256 amt)
GrantWhitelist(address indexed user, uint256 amount)
Initialized(uint8 version)
MintBy(uint8 indexed way, address indexed user, uint256 quantity)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.