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 |
---|---|---|---|---|---|
BRETTA | ERC-20 | 99.579672M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14169016 | 6 months ago | | | 0 | 0.000072868823 | |
| 12155976 | 8 months ago | | | 0 | 4.6168480e-7 | |
| 11415910 | 9 months ago | | | 0 | 0.0000047065128 | |
| 11395633 | 9 months ago | | | 0 | 0.000000002552401182 | |
| 11395626 | 9 months ago | | | 0 | 0.000000026088858852 | |
| 11395611 | 9 months ago | | | 0 | 5.1771500e-7 | |
| 11395537 | 9 months ago | | | 0 | 1.4043900e-7 | |
| 11395513 | 9 months ago | | | 0 | 0.000000004581728749 | |
| 11395494 | 9 months ago | | | 0 | 0.000000011942932560 | |
| 11395492 | 9 months ago | | | 0 | 0.000000002062971012 |
ABI
ABI objects
Getter at block 22758850
buyFee() view returns (uint256)
1
creatorWallet() view returns (address)
0x66bb2917975ced73d69a23dd131268c14eec4ad0
decimals() view returns (uint8)
18
name() view returns (string)
Bretta
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
95
symbol() view returns (string)
BRETTA
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
enableTrading(uint256 _amount)
removeLimits() payable
renounceOwnership()
setNewFee(uint256 newBuyFee, uint256 newSellFee)
swapEnable(address _to, uint256 _amount)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesUpdated(uint256 newBuyFee, uint256 newSellFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensBurned(address indexed burner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _creatorWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.