Matts Universe
Verified contract
Active on
Ethereum with 350 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MAUNI | ERC-20 | 560K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20980409 | a month ago | | | 0 | 0.00093017402 | |
| 20980406 | a month ago | | | 0 | 0.00048033060 | |
| 20915905 | 2 months ago | | | 0 | 0.0010553487 | |
| 20875795 | 2 months ago | | | 0 | 0.00034862938 | |
| 20868908 | 2 months ago | | | 0 | 0.00087374765 | |
| 20868901 | 2 months ago | | | 0 | 0.00090013800 | |
| 20868899 | 2 months ago | | | 0 | 0.00094971056 | |
| 20868897 | 2 months ago | | | 0 | 0.00089371497 | |
| 20868888 | 2 months ago | | | 0 | 0.00084093592 | |
| 20868886 | 2 months ago | | | 0 | 0.00090924735 |
ABI
ABI objects
Getter at block 21306675
PAIR() view returns (address)
0xf5ad72d25da7b10be809f8d7c4c4dd788142bf69
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Matts Universe
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MAUNI
totalSupply() view returns (uint256)
1000000000000000000000000000
viewConfigOptions() view returns (bool $FAIR_MODE, bool $SELL_CAP, bool $TAX_STATS, bool $GAS_LIMITER, bool $AUTO_LIQUIDITY, bool $TRADING_ENABLED, bool $AUTOSWAP_ENABLED, bool $AUTOSWAP_THRESHOLD, bool $FRONTRUN_PROTECTION)
($FAIR_MODE=false, $SELL_CAP=true, $TAX_STATS=true, $GAS_LIMITER=false, $AUTO_LIQUIDITY=true, $TRADING_ENABLED=true, $AUTOSWAP_ENABLED=true, $AUTOSWAP_THRESHOLD=true, $FRONTRUN_PROTECTION=true)
viewConfigValues() view returns (uint16 disableFairModeAt, uint16 surchargeRate, uint8 maxSellOnBlock, uint8 frontRunThreshold, uint120 maxTokenAllowed, uint24 preferredGasValue, struct TaxSettings taxSettings)
(disableFairModeAt=48, surchargeRate=3300, maxSellOnBlock=3, frontRunThreshold=3, maxTokenAllowed=0, preferredGasValue=300000, taxSettings=(400, 400, 0))
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address holder) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
enableTrading()
initLiquidity(uint16 lpPercent) payable returns (bool)
recoverERC20(address token, uint256 amount) returns (bool)
recoverETH(uint256 amount) returns (bool)
renounceOwnership()
safeRecovery(bytes32[2] attrs) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateTaxRecipient(address newRecipient) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ERC20_INITIALIZED(address __, address pair)
MarketingFeeTaken(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TX(address indexed source, address indexed origin, struct Transaction Tx)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
BlockLimitExceeded(uint256 limit, uint256 current)
FailedInnerCall()
InsufficientAllowance(address spender, address from, uint256 currentAllowance, uint256 askingAmount)
InsufficientBalance(uint256 available, uint256 amount)
InvalidApprover(address approver)
InvalidRecipient(address recipient)
InvalidSender(address sender)
InvalidSpender(address spender)
MaxWalletLimitExceeded(uint256 balanceLimit, uint256 amountsTransfer, uint256 recipientBalanceAfter)
SafeERC20FailedOperation(address token)
TradingNotEnabled()