MapleLoanFactory
Verified contract
Active on
Ethereum with 154 txns
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 "MapleLoanFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18078136 | a year ago | | | 0 | 0.019018382 | |
| 17933780 | a year ago | | | 0 | 0.0090026998 | |
| 17470761 | a year ago | | | 0 | 0.0088239034 | |
| 17464123 | a year ago | | | 0 | 0.015998131 | |
| 17435438 | a year ago | | | 0 | 0.010888613 | |
| 17428444 | a year ago | | | 0 | 0.011167295 | |
| 17414270 | a year ago | | | 0 | 0.012081301 | |
| 17393388 | 2 years ago | | | 0 | 0.012512887 | |
| 17393152 | 2 years ago | | | 0 | 0.016612302 | |
| 17385836 | 2 years ago | | | 0 | 0.020562448 |
ABI
ABI objects
Getter at block 21331755
defaultImplementation() view returns (address defaultImplementation_)
0x0000000000000000000000000000000000000000
defaultVersion() view returns (uint256)
0
mapleGlobals() view returns (address)
0x804a6f5f667170f545bf14e5ddb48c70b788390c
Read-only
getInstanceAddress(bytes arguments_, bytes32 salt_) view returns (address instanceAddress_)
implementationOf(uint256 version_) view returns (address implementation_)
isLoan(address) view returns (bool)
migratorForPath(uint256 oldVersion_, uint256 newVersion_) view returns (address migrator_)
upgradeEnabledForPath(uint256, uint256) view returns (bool)
versionOf(address implementation_) view returns (uint256 version_)
State-modifying
Events createInstance(bytes arguments_, bytes32 salt_) returns (address instance_)
disableUpgradePath(uint256 fromVersion_, uint256 toVersion_)
enableUpgradePath(uint256 fromVersion_, uint256 toVersion_, address migrator_)
registerImplementation(uint256 version_, address implementationAddress_, address initializer_)
setDefaultVersion(uint256 version_)
setGlobals(address mapleGlobals_)
upgradeInstance(uint256 toVersion_, bytes arguments_)
DefaultVersionSet(uint256 indexed version_)
ImplementationRegistered(uint256 indexed version_, address indexed implementationAddress_, address indexed initializer_)
InstanceDeployed(uint256 indexed version_, address indexed instance_, bytes initializationArguments_)
InstanceUpgraded(address indexed instance_, uint256 indexed fromVersion_, uint256 indexed toVersion_, bytes migrationArguments_)
MapleGlobalsSet(address indexed mapleGlobals_)
UpgradePathDisabled(uint256 indexed fromVersion_, uint256 indexed toVersion_)
UpgradePathEnabled(uint256 indexed fromVersion_, uint256 indexed toVersion_, address indexed migrator_)
constructor(address mapleGlobals_)
This contract contains no fallback and receive objects.
This contract contains no error objects.