DRPMember
Verified contract
Active on
Ethereum with 2,939 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9,220.80)
Native
Value
$9,220.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.99 | $3,083.88 |
$9,220.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20562568 | 3 months ago | | | 0 | 0.00013345633 | |
| 20334708 | 4 months ago | | | 0 | 0.00074489187 | |
| 20304674 | 4 months ago | | | 0 | 0.00031365790 | |
| 20274983 | 4 months ago | | | 0 | 0.00038963400 | |
| 20065125 | 5 months ago | | | 0 | 0.00012633397 | |
| 19865196 | 6 months ago | | | 0 | 0.00021300449 | |
| 19863054 | 6 months ago | | | 0 | 0.00052373413 | |
| 19862342 | 6 months ago | | | 0 | 0.00094367927 | |
| 19816463 | 6 months ago | | | 0 | 0.00015961748 | |
| 19816461 | 6 months ago | | | 0 | 0.00029309671 |
ABI
ABI objects
Getter at block 21209449
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)
enableTrading(uint16) view returns (bool)
exists(uint256 id) view returns (bool)
getHolders(uint16 _tokenId, uint256 _start, uint256 _end) view returns (address[], uint256[])
getHoldersLength(uint16 _tokenId) view returns (uint256)
getTokenPrerequisiteDropAddresses(uint16 _tokenId) view returns (address[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenWhitelist(uint16, address) view returns (uint16)
tokens(uint16) view returns (bool salesActive, bool whitelistSalesActive, bool teamClaimed, struct DRPMemberTokenConfig config, string uri)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events addDrops(uint16 _tokenId, address[] drops)
claim(uint16 _tokenId, uint16 _amount) payable
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)
setDrops(uint16 tokenId, address[] drops)
setToken(uint16 _tokenId, uint16 _maxSupply, uint16 _maxPublicSale, uint16 _maxPerWallet, uint16 _maxPerClaim, uint256 _price)
setURI(uint16[] _tokenIds, string[] _uri)
setWalletWhitelist(uint16 _tokenId, address[] _whitelist, uint16[] _amount)
teamClaim(uint16 _tokenId)
toggleSalesActive(uint16[] _tokenIds, bool _status)
toggleTrading(uint16[] _tokenIds, bool _status)
toggleWhitelistSalesActive(uint16[] _tokenIds, bool _status)
transferOwnership(address newOwner)
whitelistClaim(uint16 _tokenId, uint16 _amount) payable
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.