Maple Token
Verified contract
Active on
Ethereum with 57,050 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AMP | ERC-20 | 73.882527 | $0.004161 |
$0.31 | |
MPL | ERC-20 | 392.769898M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157746 | 3 minutes ago | | | 0 | 0.00085855623 | |
| 21157681 | 16 minutes ago | | | 0 | 0.00049288601 | |
| 21157679 | 17 minutes ago | | | 0 | 0.0011197108 | |
| 21157522 | an hour ago | | | 0 | 0.00092482000 | |
| 21157515 | an hour ago | | | 0 | 0.00055390700 | |
| 21157471 | an hour ago | | | 0 | 0.00081303761 | |
| 21157417 | an hour ago | | | 0 | 0.0010058733 | |
| 21157391 | an hour ago | | | 0 | 0.00087945958 | |
| 21157365 | an hour ago | | | 0 | 0.0010588472 | |
| 21157343 | an hour ago | | | 0 | 0.00079072110 |
ABI
ABI objects
Getter at block 21157759
DOMAIN_SEPARATOR() view returns (bytes32)
0x96c50582b341aa02ec36be3dd2913f462eca84a2c372944efe122034f142fd2b
PERMIT_TYPEHASH() view returns (bytes32)
0xfc77c2b9d30fe91687fd39abb7d16fcdfe1472d065740051ab8b13e4bf4a617f
decimals() view returns (uint8)
18
fundsToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
fundsTokenBalance() view returns (uint256)
0
name() view returns (string)
Maple Token
symbol() view returns (string)
MPL
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
accumulativeFundsOf(address _owner) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address) view returns (uint256)
withdrawableFundsOf(address _owner) view returns (uint256)
withdrawnFundsOf(address _owner) 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)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateFundsReceived()
withdrawFunds()
withdrawFundsOnBehalf(address user)
Approval(address indexed owner, address indexed spender, uint256 value)
FundsDistributed(address indexed by, uint256 fundsDistributed)
FundsWithdrawn(address indexed by, uint256 fundsWithdrawn, uint256 totalWithdrawn)
PointsCorrectionUpdated(address account, int256 pointsCorrection)
PointsPerShareUpdated(uint256 pointsPerShare)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address fundsToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.