Blue Hamster Base
Verified contract
Active on
Base with 5,679 txns
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 "Blue Hamster Base"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20408015 | 2 months ago | | | 0 | 4.3654054e-7 | |
| 19708831 | 3 months ago | | | 0 | 2.2662439e-7 | |
| 19708811 | 3 months ago | | | 0 | 2.2470039e-7 | |
| 19708795 | 3 months ago | | | 0 | 2.2710452e-7 | |
| 19708729 | 3 months ago | | | 0 | 2.3014732e-7 | |
| 19323405 | 3 months ago | | | 0 | 5.7401156e-7 | |
| 19323246 | 3 months ago | | | 0 | 4.9825262e-7 | |
| 19323227 | 3 months ago | | | 0 | 7.8079688e-7 | |
| 19323227 | 3 months ago | | | 0 | 7.8079688e-7 | |
| 19323227 | 3 months ago | | | 0 | 7.8079688e-7 |
ABI
ABI objects
Getter at block 23075186
absence() pure returns (uint256)
44
decimals() view returns (uint8)
18
name() view returns (string)
Blue Hamster Base
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BHB
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
elapse(string c, string d) pure returns (string)
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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 tSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.