AccountNFTBookKeeper
Verified contract
Active on
Base with 131 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 47 additional slots
0xd68c…fc8b
Balances ($0.00)
No balances found for "AccountNFTBookKeeper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23602361 | 3 hours ago | | | 0 | 6.1859948e-7 | |
| 23602359 | 3 hours ago | | | 0 | 0.0000031146936 | |
| 23559161 | a day ago | | | 0 | 6.1859948e-7 | |
| 23559159 | a day ago | | | 0 | 0.0000031146936 | |
| 23515962 | 2 days ago | | | 0 | 6.1859948e-7 | |
| 23515960 | 2 days ago | | | 0 | 0.0000031146936 | |
| 23386361 | 5 days ago | | | 0 | 6.1859948e-7 | |
| 23386359 | 5 days ago | | | 0 | 0.0000031146936 | |
| 23343161 | 6 days ago | | | 0 | 6.1859948e-7 | |
| 23343159 | 6 days ago | | | 0 | 0.0000031146936 |
ABI
ABI objects
Getter at block 23608136 getAUM() view returns (uint256) getNAV() view returns (uint256)
acceptableMarginOfError() view returns (uint256)
10000000000000
accountNFT() view returns (address)
0x9f9aa0295f4a2e573c7cc082541b2360e74aabeb
accountTokenId() view returns (uint256)
9
getLastKnownAUM() view returns (uint256, uint256)
(53073330000000000000000, 1733994065)
getLastKnownNAV() view returns (uint256, uint256)
(1061466600000000000, 1733994065)
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 expectedNAV) view
checkExpectedNAV(uint256 expectedNAV) view
State-modifying
Events acceptOwnership()
getValueOutsideRepository18(uint256 validFor, uint256 expectedNAV)
init(address _repository)
markValueOutsideRepositorySettled(bool _valueOutsideRepositorySettled)
nominateNewOwner(address _owner)
setAcceptableMarginOfError(uint256 _marginOfError)
setAccountNFT(address _accountNFT, uint256 _tokenId)
AUMUpdated(uint256 value, uint256 timestamp, address indexed owner)
NAVUpdated(uint256 value, uint256 timestamp, address indexed owner)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
valueOutsideRepositoryUpdated(uint256 value, uint256 timestamp, address indexed owner)
constructor()
This contract contains no fallback and receive objects.
AccountNFTNotSet()
AccountStatementStale(uint256 curBlockTimestamp, uint256 accountStatementStaleTimestamp)
AlreadyInitialised(address thrower)
InconsistentNAV(uint256 currentNAV, uint256 expectedNAV)
MarkedValueStale(uint256 curBlockTimestamp, uint256 markedValueStaleTimestamp)
OnlyNominatedOwner(address thrower, address caller, address nominatedOwner)
OnlyOwner(address thrower, address caller, address owner)
OnlyRepositoryController(address repository, address caller)
OnlyRepositoryOrController()
ValueOutsideRepositoryNotSettled()
repositoryCannotBeZeroAddress()