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)
No balances found for "megaBONK"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21297469 | 18 hours ago | | | 0 | 0.00036935104 | |
| 20840941 | 2 months ago | | | 0 | 0.00070411508 | |
| 20659732 | 3 months ago | | | 0 | 0.000025175017 | |
| 20271555 | 5 months ago | | | 0 | 0.00031477240 | |
| 19987736 | 6 months ago | | | 0 | 0.00025389935 | |
| 19844830 | 7 months ago | | | 0 | 0.00020354567 | |
| 19751749 | 7 months ago | | | 0 | 0.00021144265 | |
| 19722016 | 7 months ago | | | 0 | 0.00059648092 | |
| 19666737 | 7 months ago | | | 0 | 0.00044808139 | |
| 19575793 | 8 months ago | | | 0 | 0.0026106895 |
ABI
ABI objects
Getter at block 21302761
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SNAPSHOT_ROLE() view returns (bytes32)
0x5fdbd35e8da83ee755d5e62a539e5ed7f47126abede0b8b10f9ea43dc6eed07f
WHITELIST_TRANSFER_ROLE() view returns (bytes32)
0xef893def3bc3c6d8d94e3c2adfca69bd4216a60b73960cd3ad9113eb0dd39188
decimals() view returns (uint8)
18
name() view returns (string)
megaBONK
owner() view returns (address)
0xc86201d5055375b18d44a4761293839af9cfae84
symbol() view returns (string)
mBONK
totalSupply() view returns (uint256)
4000000000000000000000000
transfersEnabled() view returns (bool)
true
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(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
drainEth(address _beneficiary)
drainTokens(address _token, address _beneficiary, uint256 _amount)
enableTransfers()
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
snapshot() returns (uint256)
transfer(address recipient, uint256 amount) returns (bool)
transferAndCall(address _to, uint256 _tokens, bytes _data) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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, uint256 _initialSupplyWithoutDecimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.