Mantle
Verified contract
Proxy
Active on
Ethereum with 106,759 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
4 additional
variables
Balances ($21,781.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLUR | ERC-20 | 65.028905K | $0.251737 |
$16,370.18 | |
MNT | ERC-20 | 5.778127K | $0.845707 |
$4,886.6 | |
USDT | ERC-20 | 510.938869 | $1.001 |
$511.45 | |
PENDLE | ERC-20 | 2.6 | $5.01 |
$13.03 | |
INUINU | ERC-20 | 32.656355M | $0.00 |
$0.03 | |
APU | ERC-20 | 1 | $0.000944 |
$0 | |
| ERC-20 | 115,792,089,237,316,200,000,000,000,000,000,000,000,000,000,000,000,000,000,000T | -- | -- | |
HQG | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244620 | 4 minutes ago | | | 0 | 0.0010342793 | |
| 21244619 | 4 minutes ago | | | 0 | 0.00071982319 | |
| 21244583 | 11 minutes ago | | | 0 | 0.00094006792 | |
| 21244570 | 14 minutes ago | | | 0 | 0.00069739237 | |
| 21244530 | 22 minutes ago | | | 0 | 0.00092422432 | |
| 21244521 | 24 minutes ago | | | 0 | 0.00074137628 | |
| 21244521 | 24 minutes ago | | | 0 | 0.00074116647 | |
| 21244514 | 25 minutes ago | | | 0 | 0.00083617332 | |
| 21244423 | 44 minutes ago | | | 0 | 0.00076174058 | |
| 21244377 | an hour ago | | | 0 | 0.00094514295 |
ABI
ABI objects
Getter at block 21244637
DOMAIN_SEPARATOR() view returns (bytes32)
0x4657b7bac12b34fb80f1848c560d6e440dfccdffe8b83f2dc958a534c89b0622
MINT_CAP_DENOMINATOR() view returns (uint256)
10000
MINT_CAP_MAX_NUMERATOR() view returns (uint256)
200
MIN_MINT_INTERVAL() view returns (uint256)
31536000
decimals() view returns (uint8)
18
mintCapNumerator() view returns (uint256)
0
name() view returns (string)
Mantle
nextMint() view returns (uint256)
1718777795
owner() view returns (address)
0x4e59e778a0fb77fbb305637435c62faed9aed40f
symbol() view returns (string)
MNT
totalSupply() view returns (uint256)
6219316794990000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesUpgradeableCheckpoint)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint256 _initialSupply, address _owner)
mint(address _recipient, uint256 _amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setMintCapNumerator(uint256 _mintCapNumerator)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Initialized(uint8 version)
MintCapNumeratorChanged(address indexed from, uint256 previousMintCapNumerator, uint256 newMintCapNumerator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
MantleToken_ImproperlyInitialized()
MantleToken_MintAmountTooLarge(uint256 amount, uint256 maximumAmount)
MantleToken_MintCapNumeratorTooLarge(uint256 numerator, uint256 maximumNumerator)
MantleToken_NextMintTimestampNotElapsed(uint256 currentTimestamp, uint256 nextMintTimestamp)