OtoCo Series
Verified contract
Proxy
Active on
Ethereum with 818 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
-
variable spans 49 additional slots
-
variable spans 43 additional slots
0x5f4e…8419
0x8000…b9d4
6 additional
variables
Balances ($2,124.20)
Native
Value
$2,124.2
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.542348 | $3,916.68 |
$2,124.2 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21392212 | 13 hours ago | | | 0.012870861 | 0.0017940913 | |
| 21388407 | a day ago | | | 0.02574503 | 0.0098086221 | |
| 21381579 | 2 days ago | | | 0.039858278 | 0.0038316823 | |
| 21381572 | 2 days ago | | | 0.039858278 | 0.0039977194 | |
| 21378444 | 2 days ago | | | 0.027331844 | 0.0062699948 | |
| 21375332 | 3 days ago | | | 0.013721193 | 0.0028790981 | |
| 21362797 | 5 days ago | | | 0.012705411 | 0.0019003572 | |
| 21361010 | 5 days ago | | | 0.012495316 | 0.0033270032 | |
| 21360709 | 5 days ago | | | 0.012519103 | 0.0017877254 | |
| 21342085 | 8 days ago | | | 0 | 0.00088258559 |
ABI
ABI objects
Getter at block 21396125
baseFee() view returns (uint256)
0
entitiesURI() view returns (address)
0x80003cee6e446c0935ae928b31490b5e84e7b9d4
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)
1218
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
IncorrectOwner()
InitializerError()
InsufficientValue(uint256 available, uint256 required)
NotAllowed()