SuperRareAdmin
Verified contract
Active on
Ethereum with 2,218 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 "SuperRareAdmin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245220 | 5 hours ago | | | 0 | 0.00090787864 | |
| 21215982 | 4 days ago | | | 0 | 0.0013249078 | |
| 21144893 | 14 days ago | | | 0 | 0.0010283920 | |
| 21138685 | 15 days ago | | | 0 | 0.0010576350 | |
| 21123696 | 17 days ago | | | 0 | 0.00097866626 | |
| 21123691 | 17 days ago | | | 0 | 0.00088518383 | |
| 21123686 | 17 days ago | | | 0 | 0.00078429363 | |
| 21123679 | 17 days ago | | | 0 | 0.00090492078 | |
| 21085900 | 22 days ago | | | 0 | 0.00038998978 | |
| 21064908 | 25 days ago | | | 0 | 0.00094017617 |
ABI
ABI objects
Getter at block 21246641
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SUPER_RARE_WHITELIST_ROLE() view returns (bytes32)
0x9099625456168fa1014632039545443bfd375a6a89598f9953c299c9a35fc316
owner() view returns (address)
0xb2d39da392f19edb27639b92adfe7edfcc96391b
superRareV2Contract() view returns (address)
0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events addToWhitelist(address _newAddress)
grantRole(bytes32 role, address account)
removeFromWhitelist(address _removedAddress)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transferOwnership(address newOwner)
transferOwnershipOfSuperRareV2(address _newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor(address _superRareV2Contract)
This contract contains no fallback and receive objects.
This contract contains no error objects.