Vip3SBTV2
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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 ($0.00)
No balances found for "Vip3SBTV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Vip3SBTV2"
ABI
ABI objects
Getter at block 22907963
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)
0
baseTokenURI() view returns (string)
name() view returns (string)
paused() view returns (bool)
false
symbol() view returns (string)
totalSupply() view returns (uint256)
0
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 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)
updateLevelByAdmin(uint256 tokenId, uint256 level)
withdraw()
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.