Morfey Base
Verified contract
Active on
Base with 3,024 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3f3c…1519
Balances ($0.00)
No balances found for "Morfey Base"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19612579 | 3 months ago | | | 0 | 1.1088477e-7 | |
| 19510742 | 3 months ago | | | 0 | 0.000000091907609820 | |
| 17308883 | 4 months ago | | | 0 | 7.1882454e-7 | |
| 17308875 | 4 months ago | | | 0 | 0.0000012182676 | |
| 16498386 | 5 months ago | | | 0 | 1.7552255e-7 | |
| 16314231 | 5 months ago | | | 0 | 2.4582987e-7 | |
| 16291441 | 5 months ago | | | 0 | 0.000000065060689577 | |
| 16212842 | 5 months ago | | | 0 | 2.2811025e-7 | |
| 16212785 | 5 months ago | | | 0 | 2.2679285e-7 | |
| 16210982 | 5 months ago | | | 0 | 0.000000093088407864 |
ABI
ABI objects
Getter at block 23112843
decimals() view returns (uint8)
18
feeRate() view returns (uint256)
1
name() view returns (string)
Morfey Base
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
Morfey
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swap(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address router_)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)