Mario Coin
Verified contract
Active on
Ethereum with 81 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Mario Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20173979 | 5 months ago | | | 0 | 0.000054292052 | |
| 19325401 | 9 months ago | | | 0 | 0.011277156 | |
| 19325364 | 9 months ago | | | 0 | 0.0025375727 | |
| 19325357 | 9 months ago | | | 0 | 0.0024699895 | |
| 18969892 | 10 months ago | | | 0 | 0.00083070156 | |
| 18141754 | a year ago | | | 0 | 0.00070253586 | |
| 17687297 | a year ago | | | 0 | 0.0019882878 | |
| 17687295 | a year ago | | | 0 | 0.0010267027 | |
| 17687277 | a year ago | | | 0 | 0.0021239842 | |
| 17668853 | a year ago | | | 0 | 0.00068829701 |
ABI
ABI objects
Getter at block 21213719
_burnFee() view returns (uint256)
10
_devFee() view returns (uint256)
40
_friendFee() view returns (uint256)
1
_fundFee() view returns (uint256)
50
decimals() view returns (uint8)
18
limited() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
0
minHoldingAmount() view returns (uint256)
0
name() view returns (string)
Mario Coin
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MARIO
totalSupply() view returns (uint256)
19850913000000000000000000000000
Read-only
accounts(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
cursors(address) view returns (uint256)
friends(address, uint256) view returns (address)
getFriends(address owner) view returns (uint256, uint256)
State-modifying
Events addFriends(address owner, address[] _friends)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualswap()
renounceOwnership()
setIsSwapAndLp(bool _isSwapAndLp)
setLimited(bool _limited, uint256 _maxHoldingAmount, uint256 _minHoldingAmount)
setTrading(uint256 _tradingTime)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(address token)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _totalSupply, address _swap, address _devpayee, address _fundpayee)
receive()
This contract contains no error objects.