ERC20BrainzFinance
Verified contract
Active on
Ethereum with 309 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,567.96 |
$0 | |
BRAINZ | ERC-20 | 10M | -- | -- | |
$BRAINZ | ERC-20 | 967.756662K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20637690 | 3 months ago | | | 0 | 0.00013519461 | |
| 20613347 | 3 months ago | | | 0 | 0.00010184160 | |
| 20531942 | 3 months ago | | | 0 | 0.000093264838 | |
| 20490791 | 4 months ago | | | 0 | 0.00013654750 | |
| 20443756 | 4 months ago | | | 0 | 0.00012713372 | |
| 20440146 | 4 months ago | | | 0 | 0.00010278547 | |
| 20440115 | 4 months ago | | | 0 | 0.00015536842 | |
| 20406268 | 4 months ago | | | 0 | 0.0011050884 | |
| 20391069 | 4 months ago | | | 0 | 0.00019845539 | |
| 20345332 | 4 months ago | | | 0 | 0.00015950247 |
ABI
ABI objects
Getter at block 21280585
buyMultiplier() view returns (uint256)
50
decimals() view returns (uint8)
18
feeDenominator() view returns (uint256)
100
getCirculatingSupply() view returns (uint256)
199834322581971383802496507
getOwner() view returns (address)
0x2184d891ede0f0e0b40055d0837baa4c2821a1f8
marketingFee() view returns (uint256)
7
marketingFeeReceiver() view returns (address)
0x4356aa12d3e1aa686418ee31341f38a843475b75
name() view returns (string)
Brainz Finance
opsFee() view returns (uint256)
3
opsFeeReceiver() view returns (address)
0xc36664b9a9d0bda66b1dbe59b77b7fe87c8a8032
owner() view returns (address)
0x2184d891ede0f0e0b40055d0837baa4c2821a1f8
pair() view returns (address)
0x9f4f8f277cbee4ea6d255508fb4dddc95e5c9fcc
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellMultiplier() view returns (uint256)
120
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
1000000000000000000000000
symbol() view returns (string)
$BRAINZ
totalFee() view returns (uint256)
10
totalSupply() view returns (uint256)
200000000000000000000000000
transferMultiplier() view returns (uint256)
0
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address) view returns (uint256)
isFeeExempt(address) view returns (bool)
isOwner(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
manage_feeExempt(address[] addresses, bool status)
manualSwap()
renounceOwnership()
setFeeReceivers(address _marketingFeeReceiver, address _opsFeeReceiver)
setMultipliers(uint256 _buy, uint256 _sell, uint256 _trans)
setSwapBackSettings(bool _enabled, uint256 _denominator)
setTaxes(uint256 _marketingFee, uint256 _opsFee)
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 owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.