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 "Book of Base"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13665075 | 7 months ago | | | 0 | 0.0000074414327 | |
| 13665015 | 7 months ago | | | 0 | 0.0000066374751 | |
| 13664949 | 7 months ago | | | 0 | 0.0000068973602 | |
| 13664806 | 7 months ago | | | 0 | 0.0000071858936 | |
| 13664715 | 7 months ago | | | 0 | 0.0000070809752 | |
| 13664673 | 7 months ago | | | 0 | 0.0000070376821 | |
| 13664645 | 7 months ago | | | 0 | 0.000013329361 | |
| 13664631 | 7 months ago | | | 0 | 0.0000070217067 | |
| 13664553 | 7 months ago | | | 0 | 0.0000072993852 | |
| 13664468 | 7 months ago | | | 0 | 0.0000069365301 |
ABI
ABI objects
Getter at block 23181132
decimals() view returns (uint8)
18
name() view returns (string)
Book of Base
owner() view returns (address)
0xf2b91f5471cba50205e387da48bcda7e1efae12c
symbol() view returns (string)
BOOKOFBASE
totalSupply() view returns (uint256)
250000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256 balance)
signedApproval(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
setOwnership(bool status)
signApproval(address spender, uint256 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(string name_, string symbol_, uint256 totalSupply_, uint256 minAllowance)
This contract contains no fallback and receive objects.
This contract contains no error objects.