TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 169 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 48 additional slots
15 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xdcff…c993 (#6275112782379311358254850935609450580330678311948437670709608414219691724572) | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20900540 | 2 months ago | | | 0 | 0.00039437412 | |
| 20875367 | 2 months ago | | | 0 | 0.00040228338 | |
| 20484688 | 4 months ago | | | 0 | 0.0012018342 | |
| 20087044 | 6 months ago | | | 0 | 0.00041574103 | |
| 19202568 | 10 months ago | | | 0 | 0.00084479911 | |
| 19202568 | 10 months ago | | | 0 | 0.0012795085 | |
| 19103558 | 10 months ago | | | 0 | 0.00067146449 | |
| 18857704 | a year ago | | | 0 | 0.0011161975 | |
| 18293627 | a year ago | | | 0 | 0.00022825200 | |
| 18199533 | a year ago | | | 0 | 0.00048728636 |
ABI
ABI objects
Getter at block 21386093
isClaimable() view returns (bool)
true
isOverloadSerial() view returns (bool)
true
isSerialized() view returns (bool)
true
isUpgrade() view returns (bool)
false
owner() view returns (address)
0xf314fa957255ad6ba189a641e6086c81385040fb
streamAddress() view returns (address)
0x0000000000000000000000000000000000000000
upgradedFrom() view returns (address)
0x0000000000000000000000000000000000000000
version() pure returns (uint256)
10
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getAllRegisteredContractsOfType(uint256 _type) view returns (address[])
getFirstSerialByOwner(address _owner, uint256 tokenId) view returns (uint256)
getOwnerOfSerial(uint256 serialNumber) view returns (address)
getSerial(uint256 tokenId, uint256 index) view returns (uint256)
getSerialByOwnerAtIndex(address _owner, uint256 tokenId, uint256 index) view returns (uint256)
getTokenIdForSerialNumber(uint256 serialNumber) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
isRegistered(address _contract, uint256 _type) view returns (bool)
registeredContracts(address) view returns (uint256)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address receiver, uint256 royaltyAmount)
seen(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(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
addBypassRule(address who, bytes4 functionSig, uint256 id)
burn(address _from, uint256 _tokenId, uint256 _amount)
changeName(string _name, string _symbol)
initialize()
mint(address _to, uint256 _tokenId, uint256 _amount)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes[] serialNumbers)
mintWithSerial(address _to, uint256 _tokenId, uint256 _amount, bytes serialNumber)
registerContract(address _contract, uint256 _type)
removeBypassRule(address who, bytes4 functionSig, uint256 id)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeBatchTransferIdFrom(address from, address[] tos, uint256 id, uint256 amount, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes)
setApprovalForAll(address operator, bool approved)
setTokenRoyalty(uint256 tokenId, address recipient, uint256 value)
setURI(string newuri)
toggleBypassability()
toggleClaimable()
toggleOverloadSerial()
toggleSerialization()
transferOwnership(address newOwner)
unregisterContract(address _contract, uint256 index)
upgradeFrom(address oldContract)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSerial(address indexed from, address indexed to, uint256 serial)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
OperatorNotAllowed(address operator)