MadMemberPass DressUp SBT
Verified contract
Active on
Ethereum with 174 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0210…0921
Balances ($6.25)
Native
Value
$6.25
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,127.32 |
$6.25 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18902715 | a year ago | | | 0 | 0.0013768867 | |
| 18902375 | a year ago | | | 0 | 0.0011251927 | |
| 18902062 | a year ago | | | 0 | 0.0016801927 | |
| 18901792 | a year ago | | | 0 | 0.0013283969 | |
| 18901608 | a year ago | | | 0 | 0.0016224006 | |
| 18901455 | a year ago | | | 0 | 0.0016752311 | |
| 18898335 | a year ago | | | 0 | 0.0014573988 | |
| 18898267 | a year ago | | | 0 | 0.0014384717 | |
| 18891631 | a year ago | | | 0 | 0.0019721881 | |
| 18888485 | a year ago | | | 0 | 0.0015661861 |
ABI
ABI objects
Getter at block 21223693
ADMIN() view returns (bytes32)
0x41444d494e000000000000000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://storage.googleapis.com/mad-member-pass/dress-up/metadata/
chainId() view returns (uint256)
1
implementation() view returns (address)
0x2d25602551487c3f3354dd80d76d54383a243358
name() view returns (string)
MadMemberPass DressUp SBT
nonce() view returns (uint256)
94
owner() view returns (address)
0x188c4b3a3f2263e47316182681749b3f9ff746f1
paused() view returns (bool)
false
registryContract() view returns (address)
0x02101dfb77fde026414827fdc604ddaf224f0921
salt() view returns (uint256)
0
symbol() view returns (string)
MMPDU
tokenContract() view returns (address)
0x3f2b98bde2df37ab83c79696a3d3d691355c4ff8
withdrawAddress() view returns (address)
0x3b0b353e5575892803bb5b9d3c88e3c708d5da13
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getAddress(uint256 _mmpTokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
mintCosts(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events airdrip(uint256 _mmpTokenId, uint256 _tokenId)
claim(uint256 _mmpTokenId, uint256 _tokenId, bytes _signature)
grantRole(bytes32 role, address account)
mint(uint256 _mmpTokenId, uint256 _tokenId) payable
pause()
renounceOwnership()
renounceRole(bytes32 role, address account)
resetBaseExtension()
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address, bool)
setBaseExtension(string _value)
setBaseURI(string _value)
setERC6551Info(address _implementation, uint256 _chainId, address _tokenContract, uint256 _salt)
setMintCosts(uint256[] _tokenIds, uint256 _mintCost)
setRegistryContract(address _value)
setSigner(address _value)
setWithdrawAddress(address _value)
transferOwnership(address newOwner)
unpause()
withdraw() payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.