BitBase
Verified contract
Active on
Ethereum with 1,586 txns
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 |
---|---|---|---|---|---|
BTBS | ERC-20 | 463.942596 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21090055 | 24 days ago | | | 0 | 0.00035708460 | |
| 21016894 | a month ago | | | 0 | 0.00030495400 | |
| 21000031 | a month ago | | | 0 | 0.0011168722 | |
| 20984542 | a month ago | | | 0 | 0.00060024813 | |
| 20801754 | 2 months ago | | | 0 | 0.00026775402 | |
| 20773327 | 2 months ago | | | 0 | 0.00047509358 | |
| 20641069 | 3 months ago | | | 0 | 0.000048417130 | |
| 20584682 | 3 months ago | | | 0 | 0.00010831613 | |
| 20544058 | 3 months ago | | | 0 | 0.000063337381 | |
| 20536448 | 3 months ago | | | 0 | 0.00023447823 |
ABI
ABI objects
Getter at block 21263962
DOMAIN_SEPARATOR() view returns (bytes32)
0xb0474576af9bb3c7616204e99a8d002554d7a80df03e9266038b822d6914a884
decimals() view returns (uint8)
18
name() view returns (string)
BitBase
owner() view returns (address)
0x1409058f0738d1821d8e7b0019f5ae461e1754c0
symbol() view returns (string)
BTBS
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
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)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverERC20(address tokenAddress)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.