TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,415 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
0x7d1e…419a
6 additional
variables
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16311502 | 2 years ago | | | 0 | 0.00078586126 | |
| 16190405 | 2 years ago | | | 0.01 | 0.0059092529 | |
| 16178804 | 2 years ago | | | 0 | 0.0019482698 | |
| 16131532 | 2 years ago | | | 0.01 | 0.0043698793 | |
| 16078423 | 2 years ago | | | 0 | 0.00082891032 | |
| 16078337 | 2 years ago | | | 0.01 | 0.0036778800 | |
| 16072570 | 2 years ago | | | 0 | 0.0022959950 | |
| 16072489 | 2 years ago | | | 0 | 0.0021850897 | |
| 16048094 | 2 years ago | | | 0 | 0.0013982751 | |
| 16048091 | 2 years ago | | | 0 | 0.0013173416 |
ABI
ABI objects
Getter at block 21301850
_name() view returns (string)
Lasrever
_token() view returns (address)
0x79a06acb8bdd138beeecce0f1605971f3ac7c09b
_uriSuffix() view returns (string)
.json
getSpaceName() view returns (string)
Lasrever
owner() view returns (address)
0x8f16d562da599e9c91d2ead56c20c386f8a90c10
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
delegates(address account) view returns (address)
endorsed(address from, address to, uint256 id) view returns (bool)
getAttribute(uint256 attributeId) view returns (string name, uint256 cost, uint256 supply)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getVotes(address account) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
isLinked(address account, uint256 id) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 attributeId) 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
addAttribute(string name, uint256 cost, uint256 supply)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
endorse(uint256 attributeId, address to)
initialize(string uri_, string name_, address soulboundContract)
link(uint256 attributeId)
mint(uint256 attributeId) payable
mintTo(address[] to, uint256 attributeId)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMintFee(uint256 mintFee)
setToken(address token)
setUriSuffix(string uriSuffix)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
AttributeAdded(uint256 indexed attributeId, string name, uint256 cost, uint256 supply)
AttributeEndorsed(address indexed from, address indexed to, uint256 indexed attributeId)
AttributeLinked(address indexed to, uint256 indexed attributeId)
AttributeMinted(address indexed to, uint256 indexed attributeId)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SpaceCreated(string name, string uri, address indexed owner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
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()
This contract contains no error objects.