VIP3 Membership Card
Verified contract
Proxy
Active on
Ethereum with 13,972 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 48 additional slots
Balances ($5,015.54)
Native
Value
$5,015.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.6 | $3,134.71 |
$5,015.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21172366 | 4 days ago | | | 0 | 0.0013372389 | |
| 21172362 | 4 days ago | | | 0 | 0.0012653756 | |
| 21172356 | 4 days ago | | | 0 | 0.0012339128 | |
| 21135940 | 9 days ago | | | 0 | 0.0026299504 | |
| 21104850 | 13 days ago | | | 0 | 0.00067134662 | |
| 21104598 | 14 days ago | | | 0 | 0.00073809407 | |
| 21102728 | 14 days ago | | | 0 | 0.000094415463 | |
| 21091554 | 15 days ago | | | 0 | 0.0019416938 | |
| 21085425 | 16 days ago | | | 0 | 0.0015876868 | |
| 21064416 | 19 days ago | | | 0 | 0.0025829401 |
ABI
ABI objects
Getter at block 21201360
BURN_METHOD() view returns (string)
burn
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GoldLevel() view returns (uint256)
2
MINT_METHOD() view returns (string)
mint
PROVENANCE() view returns (string)
Vip3-Ethereum
ROLE_ADMIN() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
ROLE_SUPER_ADMIN() view returns (bytes32)
0x7613a25ecc738585a232ad50a301178f12b3ba8887d13e138b523c4269c47689
_tokenIdCounter() view returns (uint256 _value)
13027
baseTokenURI() view returns (string)
https://vip3eth.s3.amazonaws.com/metadata/
name() view returns (string)
VIP3 Membership Card
paused() view returns (bool)
false
symbol() view returns (string)
Vip3SBT
totalSupply() view returns (uint256)
13027
Read-only
_tokenLevelMap(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getLevel(uint256 tokenId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdOf(address from) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
attest(address _to, uint256 _level) returns (uint256)
batchAttest(address[] addrs, uint256 level)
batchRevoke(address[] addrs)
burn(uint256 _tokenId, uint256 deadline, bytes signature)
grantRole(bytes32 role, address account)
initialize(string _name, string _symbol, string _baseTokenURI)
mint(address _to, uint256 deadline, uint256 level, uint256 value, bytes signature) payable returns (uint256)
pause()
renounceRole(bytes32 role, address account)
revoke(address from)
revokeRole(bytes32 role, address account)
setBaseTokenURI(string uri)
setName(string _name)
setSymbol(string _symbol)
unpause()
updateLevel(uint256 tokenId, uint256 deadline, uint256 level, bytes signature)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Attest(address indexed to, uint256 indexed tokenId, uint256 indexed level)
Burn(address indexed from, uint256 indexed tokenId)
Initialized(uint8 version)
Paused(address account)
Revoke(address indexed from, uint256 indexed tokenId)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.