MarioBros Finance
Verified contract
Active on
Ethereum with 84 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MARIO | ERC-20 | 8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20053373 | 6 months ago | | | 0 | 0.00016548074 | |
| 11114742 | 4 years ago | | | 0 | 0.0012029580 | |
| 11114609 | 4 years ago | | | 0 | 0.00075137441 | |
| 11114600 | 4 years ago | | | 0 | 0.00075137441 | |
| 11114568 | 4 years ago | | | 0 | 0.00061257002 | |
| 11114555 | 4 years ago | | | 0 | 0.0020940380 | |
| 11114543 | 4 years ago | | | 0 | 0.0021385920 | |
| 11114541 | 4 years ago | | | 0 | 0.010374200 | |
| 11114526 | 4 years ago | | | 0 | 0.0021831460 | |
| 11114520 | 4 years ago | | | 0 | 0.0021831460 |
ABI
ABI objects
Getter at block 21382696
BURN_RATE() view returns (uint256)
0
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PERCENTS_DIVIDER() view returns (uint256)
100
SNAPSHOT_ROLE() view returns (bytes32)
0x5fdbd35e8da83ee755d5e62a539e5ed7f47126abede0b8b10f9ea43dc6eed07f
_minimumSupply() view returns (uint256)
1000000000000000000000
decimals() view returns (uint8)
18
governance() view returns (address)
0xed660878080a701685e89d99b3367b72c40d40a0
minimumSupply() view returns (uint256)
1000000000000000000000
name() view returns (string)
MarioBros Finance
symbol() view returns (string)
MARIO
totalSupply() view returns (uint256)
100009999900000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.