DRPMember
Verified contract
Active on
Ethereum with 934 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DRPMember"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19970428 | 7 months ago | | | 0 | 0.00045681154 | |
| 19593549 | 8 months ago | | | 0 | 0.00024334423 | |
| 19588994 | 8 months ago | | | 0 | 0.00070548323 | |
| 19572859 | 8 months ago | | | 0 | 0.0010719952 | |
| 19453249 | 9 months ago | | | 0 | 0.0012297581 | |
| 19452925 | 9 months ago | | | 0 | 0.0020091833 | |
| 19022667 | a year ago | | | 0 | 0.0013802756 | |
| 18340343 | a year ago | | | 0 | 0.00012676912 | |
| 17573658 | a year ago | | | 0 | 0.0011309075 | |
| 17460006 | 2 years ago | | | 0 | 0.00065043460 |
ABI
ABI objects
Getter at block 21404210
membershipTokens() view returns (uint16)
1
nDrops() view returns (uint16)
0
name() view returns (string)
DRPMember
owner() view returns (address)
0x930523de187dbac6dc58d0de602276a605f5ba78
symbol() view returns (string)
DRPM
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
eligibleToMint(uint16 tokenId) view returns (bool)
exists(uint256 id) view returns (bool)
getHolders(uint16 tokenId) view returns (address[])
getTokenPrerequisiteDropAddresses(uint16 tokenId) view returns (address[])
indexToDrop(uint16) view returns (address)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenWhitelist(uint16, address) view returns (bool)
tokens(uint16) view returns (bool salesActive, bool whitelistSalesActive, uint16 tokenId, uint16 mintableMax, uint16 maxSupply, uint256 price, uint16 maxPerClaim, uint16 maxPerWallet, string uri)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events addNewDrops(uint16[] indexes, address[] drops)
claim(uint16 tokenId, uint16 amount) payable
registerToken(uint16 _mintableMax, uint16 _maxSupply, uint256 _price, uint16 _maxPerClaim, uint16 _maxPerWallet, string _uri, uint16[] _drops)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setTokenDropsWhitelist(uint16 tokenId, uint16[] drops)
setURI(uint16[] ids, string[] uris)
setWalletWhitelist(uint16 tokenId, address[] whitelist, bool status)
teamClaim(uint16 tokenId)
toggleSalesActive(uint16[] ids)
toggleWhitelistSalesActive(uint16[] ids)
transferOwnership(address newOwner)
updateDropAddresses(uint16[] indexes, address[] newAddresses)
updateToken(uint16 tokenId, uint16 _mintableMax, uint16 _maxSupply, uint256 _price, uint16 _maxPerClaim, uint16 _maxPerWallet, string _uri, uint16[] _drops)
whitelistClaim(uint16 tokenId, uint16 amount) payable
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenDropAddressUpdated(uint16 indexed dropIndex, address newAddress)
TokenDropPrerequisitesUpdated(uint16 indexed id, uint16[] drops)
TokenInformationUpdated(uint16 indexed id, uint16 maxMintable, uint16 maxSupply, uint256 price, uint16[] drops)
TokenRegistered(uint16 indexed id, uint16 maxMintable, uint16 maxSupply, uint256 price, uint16[] drops)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.