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 |
---|---|---|---|---|---|
BETACTO | ERC-20 | 35.064917K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16299810 | 4 months ago | | | 0 | 2.3466922e-7 | |
| 16299810 | 4 months ago | | | 0 | 2.3466922e-7 | |
| 16299784 | 4 months ago | | | 0 | 2.3316924e-7 | |
| 16299772 | 4 months ago | | | 0 | 2.3265390e-7 | |
| 16299771 | 4 months ago | | | 0 | 2.3265390e-7 | |
| 16299771 | 4 months ago | | | 0 | 2.3266046e-7 | |
| 16299744 | 4 months ago | | | 0 | 2.2852549e-7 | |
| 16299744 | 4 months ago | | | 0 | 2.2852549e-7 | |
| 16299744 | 4 months ago | | | 0 | 2.2883159e-7 | |
| 16299739 | 4 months ago | | | 0 | 2.2825426e-7 |
ABI
ABI objects
Getter at block 22111688
decimals() view returns (uint8)
9
name() view returns (string)
Beta CTO
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BETACTO
taxManager() view returns (address)
0x56e3d64f2cd4fc362e93f641104e69929bdad24b
taxRate() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool success)
burn(uint256 amount)
reduceTaxRate(address account, uint256 newTaxRate)
renounceOwnership()
transfer(address to, uint256 value) returns (bool success)
transferFrom(address from, address to, uint256 value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
CustomTaxRateSet(address indexed account, uint256 newTaxRate)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.