Mario Simulation
Verified contract
Active on
Ethereum with 98 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 |
---|---|---|---|---|---|
SIM | ERC-20 | 461.486844K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16392170 | 2 years ago | | | 0 | 0.00053643240 | |
| 15672255 | 2 years ago | | | 0 | 0.00031723785 | |
| 15659513 | 2 years ago | | | 0 | 0.00027967200 | |
| 15637750 | 2 years ago | | | 0 | 0.00054286106 | |
| 15636748 | 2 years ago | | | 0 | 0.00045700819 | |
| 15626635 | 2 years ago | | | 0 | 0.00081500705 | |
| 15626309 | 2 years ago | | | 0 | 0.0013043221 | |
| 15625771 | 2 years ago | | | 0 | 0.0017936798 | |
| 15625656 | 2 years ago | | | 0 | 0.0013517480 | |
| 15625574 | 2 years ago | | | 0 | 0.0013650605 |
ABI
ABI objects
Getter at block 21292805
_numTokensSellToAddToETH() view returns (uint256)
20000000000000
_numTokensSellToAddToLiquidity() view returns (uint256)
20000000000000
decimals() view returns (uint8)
9
marketingWallet() view returns (address)
0x9f556c7f9ba4569ea39e28c152d3e18f24fd8ba1
maxTxAmount() view returns (uint256)
210000000000000
maxWalletAmount() view returns (uint256)
210000000000000
name() view returns (string)
Mario Simulation
owner() view returns (address)
0xd01ee9f4ec81f55e425fbd5051b2b8d63b733021
symbol() view returns (string)
SIM
taxForLiquidity() view returns (uint256)
50
taxForMarketing() view returns (uint256)
50
totalSupply() view returns (uint256)
21000000000000000
uniswapV2Pair() view returns (address)
0x72823107d6d8b78422da258d5045c4818f0db105
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMarketingWallet(address newWallet) returns (bool)
changeMaxTxAmount(uint256 _maxTxAmount) returns (bool)
changeMaxWalletAmount(uint256 _maxWalletAmount) returns (bool)
changeTaxForLiquidityAndMarketing(uint256 _taxForLiquidity, uint256 _taxForMarketing) returns (bool)
clearStuckBalance()
clearStuckToken()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setNumTokensSell(uint256 _eth, uint256 _liq)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.