Manifold Finance
Verified contract
Proxy
Active on
Ethereum with 20,976 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9,770.92)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOLD | ERC-20 | 10.060676K | $0.971199 |
$9,770.92 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156851 | 2 hours ago | | | 0 | 0.00066628719 | |
| 21156408 | 4 hours ago | | | 0 | 0.00035766016 | |
| 21156407 | 4 hours ago | | | 0 | 0.00032211222 | |
| 21156311 | 4 hours ago | | | 0 | 0.00066583043 | |
| 21153185 | 14 hours ago | | | 0 | 0.00062494965 | |
| 21151981 | 18 hours ago | | | 0 | 0.00039921149 | |
| 21151864 | 19 hours ago | | | 0 | 0.00043386795 | |
| 21151017 | a day ago | | | 0 | 0.00071448850 | |
| 21150316 | a day ago | | | 0 | 0.00069557819 | |
| 21148911 | a day ago | | | 0 | 0.00038790197 |
ABI
ABI objects
Getter at block 21157465
DOMAIN_SEPARATOR() view returns (bytes32)
0xbc2582a8f41198f1123c7d328eaf56de943f42bef629bc1e008a45d6be36d933
decimals() view returns (uint8)
18
name() view returns (string)
Manifold Finance
symbol() view returns (string)
FOLD
tokenTemplate() view returns (uint256)
1
totalSupply() view returns (uint256)
2000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getInitData(string _name, string _symbol, address _owner, uint256 _initialSupply) pure returns (bytes _data)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(bytes _data) payable
initToken(bytes _data)
initToken(string _name, string _symbol, address _owner, uint256 _initialSupply)
permit(address owner_, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.