EmblemVault
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
11
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 48 additional slots
5 additional
variables
Balances ($0.00)
No balances found for "EmblemVault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "EmblemVault"
ABI
ABI objects
Getter at block 20854815
byPassable() view returns (bool)
false
contractURI() view returns (string)
isClaimable() view returns (bool)
false
name() view returns (string _name)
owner() view returns (address)
0x0000000000000000000000000000000000000000
streamAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string _symbol)
totalSupply() view returns (uint256)
0
version() pure returns (uint256)
1
Read-only
balanceOf(address _owner) view returns (uint256)
byPassableFunction(address, bytes4) view returns (bool)
getAllRegisteredContractsOfType(uint256 _type) view returns (address[])
getApproved(uint256 _tokenId) view returns (address)
getOwnerNFTCount(address _owner) view returns (uint256)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isRegistered(address _contract, uint256 _type) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address _owner)
registeredContracts(address) view returns (uint256)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenPayload(uint256 _tokenId) view returns (string)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addBypassRule(address who, bytes4 functionSig, uint256 id)
approve(address _approved, uint256 _tokenId)
burn(uint256 _tokenId)
changeName(string _name, string _symbol)
initialize()
makeEvents(address[] _from, address[] _to, uint256[] tokenIds)
mint(address _to, uint256 _tokenId, string _uri, string _payload)
registerContract(address _contract, uint256 _type)
removeBypassRule(address who, bytes4 functionSig, uint256 id)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _operator, bool _approved)
setTokenRoyalty(uint256 tokenId, address recipient, uint256 value)
toggleBypassability()
toggleClaimable()
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
unregisterContract(address _contract, uint256 index)
updateContractURI(string uri)
updateStreamAddress(address _streamAddress)
updateTokenUri(uint256 _tokenId, string _uri)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
UpdatedContractURI(string _from, string _to)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)