EmblemVault

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xc79b5361 at 18521706
Slot
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

No balances found for "EmblemVault"

No transactions found for "EmblemVault"


Functions
Getter at block 20855961
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 _ownerview returns (uint256)
byPassableFunction(addressbytes4view returns (bool)
getAllRegisteredContractsOfType(uint256 _typeview returns (address[])
getApproved(uint256 _tokenIdview returns (address)
getOwnerNFTCount(address _ownerview returns (uint256)
isApprovedForAll(address _owneraddress _operatorview returns (bool)
isRegistered(address _contractuint256 _typeview returns (bool)
ownerOf(uint256 _tokenIdview returns (address _owner)
registeredContracts(addressview returns (uint256)
royaltyInfo(uint256 tokenIduint256 valueview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 _indexview returns (uint256)
tokenOfOwnerByIndex(address _owneruint256 _indexview returns (uint256)
tokenPayload(uint256 _tokenIdview returns (string)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
addBypassRule(address whobytes4 functionSiguint256 id
approve(address _approveduint256 _tokenId
burn(uint256 _tokenId
changeName(string _namestring _symbol
initialize(
makeEvents(address[] _fromaddress[] _touint256[] tokenIds
mint(address _touint256 _tokenIdstring _uristring _payload
registerContract(address _contractuint256 _type
removeBypassRule(address whobytes4 functionSiguint256 id
renounceOwnership(
safeTransferFrom(address _fromaddress _touint256 _tokenId
safeTransferFrom(address _fromaddress _touint256 _tokenIdbytes _data
setApprovalForAll(address _operatorbool _approved
setTokenRoyalty(uint256 tokenIdaddress recipientuint256 value
toggleBypassability(
toggleClaimable(
transferFrom(address _fromaddress _touint256 _tokenId
transferOwnership(address newOwner
unregisterContract(address _contractuint256 index
updateContractURI(string uri
updateStreamAddress(address _streamAddress
updateTokenUri(uint256 _tokenIdstring _uri
Events
Approval(address indexed _owneraddress indexed _approveduint256 indexed _tokenId
ApprovalForAll(address indexed _owneraddress indexed _operatorbool _approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed _fromaddress indexed _touint256 indexed _tokenId
UpdatedContractURI(string _fromstring _to
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator