Morpho Token
Verified contract
Proxy
Active on
Ethereum with 5,276 txns
Unified storage
Map
Table
Raw
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($81.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 50 | $1.002 |
$50.1 | |
MORPHO | ERC-20 | 30 | $1.039 |
$31.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240969 | a few seconds ago | | | 0 | 0.00062223141 | |
| 21240965 | a minute ago | | | 0 | 0.00059544285 | |
| 21240959 | 3 minutes ago | | | 0 | 0.00055520689 | |
| 21240959 | 3 minutes ago | | | 0 | 0.00069964514 | |
| 21240954 | 4 minutes ago | | | 0 | 0.00059586209 | |
| 21240953 | 4 minutes ago | | | 0 | 0.00065549446 | |
| 21240922 | 10 minutes ago | | | 0 | 0.00065970559 | |
| 21240920 | 10 minutes ago | | | 0 | 0.00066991168 | |
| 21240913 | 12 minutes ago | | | 0 | 0.00072000822 | |
| 21240899 | 15 minutes ago | | | 0 | 0.00063382761 |
ABI
ABI objects
Getter at block 21240970 proxiableUUID() view returns (bytes32)
DOMAIN_SEPARATOR() view returns (bytes32)
0x1aa19b4fd8ba151b58818bcef01974c6fdae8184ea315153c5e26554c6afeaa3
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Morpho Token, version=1, chainId=1, verifyingContract=0x58d97b57bb95320f9a05dc918aef65434969c2b2, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getImplementation() view returns (address)
0x4364fd2371b6318159366abfa51f190df5c24852
name() view returns (string)
Morpho Token
owner() view returns (address)
0xcba28b38103307ec8da98377fff9816c164f9afa
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MORPHO
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
delegatedVotingPower(address account) view returns (uint256)
delegatee(address account) view returns (address)
delegationNonce(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
delegate(address newDelegatee)
delegateWithSig(struct Delegation delegation, struct Signature signature)
initialize(address owner, address wrapper)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Approval(address indexed owner, address indexed spender, uint256 value)
DelegatedVotingPowerChanged(address indexed delegatee, uint256 oldVotes, uint256 newVotes)
DelegateeChanged(address indexed delegator, address indexed oldDelegatee, address indexed newDelegatee)
EIP712DomainChanged()
Initialized(uint64 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
DelegatesExpiredSignature()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
FailedCall()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidDelegationNonce()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)