Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BonkGrok"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19040579 | 10 months ago | | | 0 | 0.00094091101 | |
| 18960822 | 10 months ago | | | 0 | 0.00041618006 | |
| 18933263 | 10 months ago | | | 0 | 0.00076776963 | |
| 18933144 | 10 months ago | | | 0 | 0.00091435361 | |
| 18932973 | 10 months ago | | | 0 | 0.00092972445 | |
| 18919287 | 10 months ago | | | 0 | 0.00072658489 | |
| 18919287 | 10 months ago | | | 0 | 0.00072658489 | |
| 18919286 | 10 months ago | | | 0 | 0.00073978464 | |
| 18919286 | 10 months ago | | | 0 | 0.00073978464 | |
| 18919286 | 10 months ago | | | 0 | 0.00073978464 |
ABI
ABI objects
Getter at block 21204722
decimals() view returns (uint8)
9
name() view returns (string)
BonkGrok
owner() view returns (address)
0xdcddc9638c7de9ec113ae8f37b4324ab268b967f
symbol() view returns (string)
BonkGrok
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromTransferRestriction(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
excludeFromTransferRestriction(address[] accounts, bool isExcluded)
renounceOwnership()
setTransferRestrictionTime(uint256 restrictionTime)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.