Blitzen (Base)
Verified contract
Active on
Base with 13 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 "Blitzen (Base)"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22729279 | 12 hours ago | | | 0 | 0.0000030388071 | |
| 22729114 | 12 hours ago | | | 0 | 0.0000027413715 | |
| 22729110 | 12 hours ago | | | 0 | 0.0000027407111 | |
| 22729106 | 12 hours ago | | | 0 | 0.0000030306940 | |
| 22728969 | 12 hours ago | | | 0 | 0.0000027345137 | |
| 22728963 | 12 hours ago | | | 0 | 0.0000027337875 | |
| 22728958 | 12 hours ago | | | 0 | 0.0000030177943 | |
| 22728711 | 12 hours ago | | | 0 | 0.0000027207433 | |
| 22728696 | 12 hours ago | | | 0 | 0.0000030087574 | |
| 22728675 | 12 hours ago | | | 0 | 0.0000027216571 |
ABI
ABI objects
Getter at block 22750664
decimals() view returns (uint8)
18
name() view returns (string)
Blitzen (Base)
owner() view returns (address)
0x27af7955c7f45e53ee0da9b1c5ed30f257235322
symbol() view returns (string)
BLITZ
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
renounceOwnership()
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 tTotal_, address owner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.