Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Publican"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14533375 | 3 years ago | | | 0 | 0.0016928886 | |
| 14533181 | 3 years ago | | | 0 | 0.0030656612 | |
| 14515963 | 3 years ago | | | 0 | 0.0021018844 |
ABI
ABI objects
Getter at block 21228724
ANY_CALLER() view returns (address)
0xeb510d1503580c3997a055cb5a635e86f81c243a
ANY_SIG() view returns (bytes32)
0x13eb61d6467453b8d8e0d2a40b8dcee776dde376f951013dfdab1b9189651b61
aer() view returns (address)
0x60d90fbec50933f13d0dfed41cd380ffe357abf7
baseInterest() view returns (uint256)
0
codex() view returns (address)
0xce0e395cf61d0f836ddd4fc021f009c93dfe3a63
Read-only
canCall(bytes32 sig, address who) view returns (bool)
vaults(address) view returns (uint256 interestPerSecond, uint256 lastCollected)
virtualRate(address vault) view returns (uint256 rate)
State-modifying
Events allowCaller(bytes32 sig, address who)
blockCaller(bytes32 sig, address who)
collect(address vault) returns (uint256 rate)
collectMany(address[] vaults_) returns (uint256[])
init(address vault)
setParam(address vault, bytes32 param, uint256 data)
setParam(bytes32 param, address data)
setParam(bytes32 param, uint256 data)
AllowCaller(bytes32 sig, address who)
BlockCaller(bytes32 sig, address who)
Collect(address indexed vault)
Init(address indexed vault)
SetParam(address indexed vault, bytes32 indexed param, uint256 data)
SetParam(bytes32 indexed param, address indexed data)
constructor(address codex_)
This contract contains no fallback and receive objects.
Guarded__notGranted()
Guarded__notRoot()
Math__add_overflow(uint256 x, uint256 y)
Math__diff_overflow(uint256 x, uint256 y)
Math__mul_overflow(uint256 x, uint256 y)
Math__sub_overflow(uint256 x, uint256 y)
Publican__collect_invalidBlockTimestamp()
Publican__init_vaultAlreadyInit()
Publican__setParam_notCollected()
Publican__setParam_unrecognizedParam()