MLTToken
Verified contract
Active on
Ethereum with 75,349 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ML | ERC-20 | 235.7885M | $0.094302 |
$22,235,327.09 | |
KAP | ERC-20 | 5.00399K | $0.028883 |
$144.53 | |
USDT | ERC-20 | 101.04 | $1.00 |
$101.04 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245556 | 28 minutes ago | | | 0 | 0.00034617394 | |
| 21245534 | 32 minutes ago | | | 0 | 0.00043261776 | |
| 21245505 | 38 minutes ago | | | 0 | 0.00054858813 | |
| 21245494 | 41 minutes ago | | | 0 | 0.00051279192 | |
| 21245466 | an hour ago | | | 0 | 0.00061704739 | |
| 21245451 | an hour ago | | | 0 | 0.00037777552 | |
| 21245436 | an hour ago | | | 0 | 0.0014621549 | |
| 21245342 | an hour ago | | | 0 | 0.00067186834 | |
| 21245332 | an hour ago | | | 0 | 0.00069229129 | |
| 21245325 | an hour ago | | | 0 | 0.0021012925 |
ABI
ABI objects
Getter at block 21245694
VESTING_START_TIMESTAMP() view returns (uint256)
1679385600
decimals() view returns (uint8)
18
name() view returns (string)
MLTToken
symbol() view returns (string)
ML
totalSupply() view returns (uint256)
400000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceByRootHash(bytes32) view returns (uint256)
balanceOf(address account) view returns (uint256)
isTreasurer(address t_) view returns (bool)
mapRootURIs(bytes32) view returns (string)
rootURIs(uint256) view returns (string)
rootWhitelist(bytes32) view returns (bool)
verifyProof(address beneficiary_, uint256 amount_, uint256 cliff_, bytes32 root_, bytes32[] proof_) view returns (bool)
vestingClaimed(bytes32) view returns (bool)
State-modifying
Events addRoot(bytes32 root_, bytes32 newRoot_, uint256 amount_, string uriIPFS_, struct MLTTokenAllocation allocation_, bytes32[] balanceProof_, bytes32[] initialAllocationProof_, bytes32[] newAllocationProof_, bytes32[] allocationQuantityProof_, struct MLTTokenVestingData[] vestingSchedules_)
approve(address spender, uint256 amount) returns (bool)
batchReleaseVested(struct MLTTokenVestingData[] vestingSchedules_, bytes32 root_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
releaseVested(address _beneficiary, uint256 _amount, uint256 _cliff, bytes32 _root, bytes32[] _proof)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
AddedRoot(bytes32 indexed root)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
VestedTokenGrant(bytes32 indexed leafHash)
constructor(string name_, string symbol_, uint256 supply_, string uriIPFS_, bytes32 vestingTreeRoot_, uint256 vestingStartTimestamp_, bytes32[] proofBalance_, address[] treasurers_)
This contract contains no fallback and receive objects.
This contract contains no error objects.