AccountNFTBookKeeper

Verified contract

Active on Base with 131 txns
Deployed by via 0xd74d1705 at 16869304
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 47 additional slots

No balances found for "AccountNFTBookKeeper"

0x747f6085d45aab48ed39471dc8b80d5f80c8bd9fe64f6e9e4f80f1d1d6e4dc8d
0xc3a92577c74c85eb4c6e0b6087af75093e80013041fd8dbce419470726cdc52b
0x28b380e21eda17b2089ee7a11eed52f75b5c2a879a3cf830ce8e7f5bc4f00fbe
0x67663c6cef1fdf0e7073a29f0f58f0c491cfb78fd92ce9703c27056a170dc15e
0xd644155e8a8fbd661e009715b6b471d01acb0eec2740bb7ce321e6bdab68f0b0
0x5753fd987c0fc010358de509c487c6b72f27278fb587bf8724087af1088ea80f
0x63c2eb44d56302eb158426dfd9587a9ec7d30efdfcaf39b74a6820261cb88394
0xf7e8a3db609e41038c4a0b734ce4f7626918b02ecea81ae302da78f3a5e9d85e
0xd1a878a7622910e0b677305b2a872fad14c69e74461de2c8ddcd2f507f128d00
0xe4e47e921ae2919a1db29163a0b1d6c868d8ae005c4c9f47eb61a8114e602098

Functions
Getter at block 23608136
acceptableMarginOfError(view returns (uint256)
10000000000000
accountNFT(view returns (address)
0x9f9aa0295f4a2e573c7cc082541b2360e74aabeb
accountTokenId(view returns (uint256)
9
 
getAUM(view returns (uint256)
getLastKnownAUM(view returns (uint256uint256)
(53073330000000000000000, 1733994065)
getLastKnownNAV(view returns (uint256uint256)
(1061466600000000000, 1733994065)
 
getNAV(view returns (uint256)
isCapReached(view returns (bool)
true
lastKnownAUM(view returns (uint256)
53073330000000000000000
lastKnownNAV18(view returns (uint256)
1061466600000000000
lastKnownTimestamp(view returns (uint256)
1733994065
nominatedOwner(view returns (address)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0xf76236d237847b9030bc251f70b9b26508fa0ed7
repository(view returns (address)
0xd68c2294d796d56f4cff70505efecffac8d9fc8b
valueOutsideRepository18(view returns (uint256)
53073330000000000000000
valueOutsideRepositorySettled(view returns (bool)
true
valueStaleTimestamp(view returns (uint256)
1734080463
Read-only
_checkExpectedNAV(uint256 expectedNAVview 
checkExpectedNAV(uint256 expectedNAVview 
State-modifying
acceptOwnership(
getValueOutsideRepository18(uint256 validForuint256 expectedNAV
init(address _repository
markValueOutsideRepositorySettled(bool _valueOutsideRepositorySettled
nominateNewOwner(address _owner
setAcceptableMarginOfError(uint256 _marginOfError
setAccountNFT(address _accountNFTuint256 _tokenId
Events
AUMUpdated(uint256 valueuint256 timestampaddress indexed owner
NAVUpdated(uint256 valueuint256 timestampaddress indexed owner
OwnerChanged(address oldOwneraddress newOwner
OwnerNominated(address newOwner
valueOutsideRepositoryUpdated(uint256 valueuint256 timestampaddress indexed owner
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccountNFTNotSet(
AccountStatementStale(uint256 curBlockTimestampuint256 accountStatementStaleTimestamp
AlreadyInitialised(address thrower
InconsistentNAV(uint256 currentNAVuint256 expectedNAV
MarkedValueStale(uint256 curBlockTimestampuint256 markedValueStaleTimestamp
OnlyNominatedOwner(address throweraddress calleraddress nominatedOwner
OnlyOwner(address throweraddress calleraddress owner
OnlyRepositoryController(address repositoryaddress caller
OnlyRepositoryOrController(
ValueOutsideRepositoryNotSettled(
repositoryCannotBeZeroAddress(