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 |
---|---|---|---|---|---|
BYTM | ERC-20 | 5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12521798 | 3 years ago | | | 0 | 0.00049634200 | |
| 11418033 | 4 years ago | | | 0 | 0.0013167150 | |
| 11399096 | 4 years ago | | | 0 | 0.00044806805 | |
| 10269653 | 4 years ago | | | 0 | 0.0013536600 | |
| 9933352 | 5 years ago | | | 0 | 0.000074678000 | |
| 9761178 | 5 years ago | | | 0 | 0.000053613600 | |
| 9434379 | 5 years ago | | | 0 | 0.00027087600 | |
| 9434352 | 5 years ago | | | 0 | 0.00033859500 | |
| 9344574 | 5 years ago | | | 0 | 0.000022549000 | |
| 9344154 | 5 years ago | | | 0 | 0.000024817100 |
ABI
ABI objects
Getter at block 21212038
decimals() view returns (uint8)
18
hardCap() view returns (uint256)
1000000000000000000000000000
mintOwner() view returns (address)
0x62b4e7708e107d17efd15397cc596a355afd2c38
name() view returns (string)
Bytemine
owner() view returns (address)
0x5f14c74869e019b80382668efe0a4dda5bedbb25
pauseMinting() view returns (bool)
false
symbol() view returns (string)
BYTM
totalSupply() view returns (uint256)
165434864932814676893052872
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
refundOtherTokens(address _recipient, address _token)
toggleMinting()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferMintOwnership(address newOwner)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseMinting()
Transfer(address indexed from, address indexed to, uint256 value)
UnPauseMinting()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.