Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x7d02…021c
Balances ($0.00)
No balances found for "Assign"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22745351 | 32 minutes ago | | | 0 | 0.000010983050 | |
| 22741924 | 2 hours ago | | | 0 | 0.000013456723 | |
| 22741565 | 3 hours ago | | | 0 | 0.000021027501 | |
| 22741505 | 3 hours ago | | | 0 | 0.000016986963 | |
| 22741350 | 3 hours ago | | | 0 | 0.000010682031 | |
| 22741330 | 3 hours ago | | | 0 | 0.0000094722776 | |
| 22740913 | 3 hours ago | | | 0 | 0.000010682031 | |
| 22740872 | 3 hours ago | | | 0 | 0.000021520780 | |
| 22740784 | 3 hours ago | | | 0 | 0.000010687169 | |
| 22740765 | 3 hours ago | | | 0 | 0.0000091765030 |
ABI
ABI objects
Getter at block 22746300
nextId() view returns (uint256)
84
owner() view returns (address)
0xacd1ecf2c0cf59c8d2107148c00a21799079b9a2
Read-only
assignByOwnerUnit(address owner, uint256 unitId) view returns (uint256)
getAssign(uint256 id) view returns (address owner, uint256 yieldCredits, uint256 unitId, uint64 timestamp, uint256 valueUsd)
getAssigns(uint256[] ids) view returns (struct IAssignAssignment[] out)
idFreeList(uint64 last) view returns (uint256)
State-modifying
Events assignYc(uint256 unitId, uint256 yieldCredits)
deleteUnit(uint256 unitId)
registerAndAssign(uint8 t, uint64 parentDomain, string name, uint256 yieldCredits, address to) returns (uint256)
renounceOwnership()
setPriceOracle(address priceOracle)
transferOwnership(address newOwner)
updateAndAssign(uint256 unitId, uint8 update, uint8 t, uint64 parentDomain, string name, uint256 yieldCredits)
Assign(uint256 id, address owner, uint256 unitId, uint256 yieldCredits, uint64 timestamp, uint256 valueUsd)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address infra, address priceOracle)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)