0x0d3bc598f0f75590cd75d60d40e0510f515ebe51
Verified contract
Proxy
Active on
Base with 181 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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
-
variable spans 49 additional slots
-
variable spans 43 additional slots
0x7104…bb70
0x56a1…b4dd
4 additional
variables
Balances ($247.78)
Native
Value
$247.78
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.075193 | $3,295.23 |
$247.78 | |
USA | ERC-20 | 1 | $0.000607 |
$0 | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22926853 | an hour ago | | | 0.045783265 | 0.0000064600867 | |
| 22904116 | 14 hours ago | | | 0.014627667 | 0.0000064387485 | |
| 22860953 | 2 days ago | | | 0 | 2.2196193e-7 | |
| 22806612 | 3 days ago | | | 0.015166589 | 0.0000014939056 | |
| 22799922 | 3 days ago | | | 0 | 0.0000024684105 | |
| 22791224 | 3 days ago | | | 0.014413812 | 7.1055280e-7 | |
| 22782870 | 3 days ago | | | 0.014840627 | 0.000018406732 | |
| 22755204 | 4 days ago | | | 0.03054768 | 0.000057996794 | |
| 22754179 | 4 days ago | | | 0.015138854 | 0.000021560884 | |
| 22743135 | 4 days ago | | | 0.03021406 | 0.0000033560148 |
ABI
ABI objects
Getter at block 22929368
baseFee() view returns (uint256)
0
entitiesURI() view returns (address)
0x56a1b6fc6057db6c65de107d63609e31e662b4dd
externalUrl() view returns (string)
https://otoco.io/dashpanel/entity/
jurisdictionCount() view returns (uint16)
5
name() view returns (string)
OtoCo Series
owner() view returns (address)
0x1216a72b7822bbf7c38707f9a602fc241cd6df30
seriesCount() view returns (uint256)
154
symbol() view returns (string)
OTOCO
Read-only
balanceOf(address owner) view returns (uint256)
docs(uint256) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
jurisdictionAddress(uint16) view returns (address)
ownerOf(uint256 tokenId) view returns (address)
priceConverter(uint256 usdPrice) view returns (uint256)
series(uint256) view returns (uint16 jurisdiction, uint16 entityType, uint64 creation, uint64 expiration, string name)
seriesPerJurisdiction(uint16) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addEntity(uint16 jurisdiction, uint64 expiration, string name)
addJurisdiction(address newAddress)
approve(address to, uint256 tokenId)
changeBaseFees(uint256 newFee)
changePriceFeed(address newPriceFeed)
changeURISources(address newEntitiesURI)
closeSeries(uint256 tokenId) payable
createEntityWithInitializer(uint16 jurisdiction, address[] plugins, bytes[] pluginsData, uint256 value, string name) payable
createSeries(uint16 jurisdiction, address controller, string name) payable
initialize(address[] jurisdictionAddresses, string url)
renewEntity(uint256 tokenId, uint256 periodInYears) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDocs(uint256 tokenId, string documentation)
setMarketplaceAddresses(address[] addresses, bool[] enabled)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateJurisdiction(uint16 jurisdiction, address newAddress)
withdrawFees()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseFeeChanged(uint256 newFee)
ChangedURISource(address newSource)
DocsUpdated(uint256 indexed tokenId)
FeesWithdrawn(address owner, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdatedPriceFeed(address newPriceFeed)
This contract contains no constructor objects.
receive()
IncorrectOwner()
InitializerError()
InsufficientValue(uint256 available, uint256 required)
NotAllowed()