Nobrainer.Finance
Verified contract
Active on
Ethereum with 3,852 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 |
---|---|---|---|---|---|
BRAIN | ERC-20 | 24.085768 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21193391 | 12 days ago | | | 0 | 0.00054326082 | |
| 21034886 | a month ago | | | 0 | 0.00056491819 | |
| 20969360 | a month ago | | | 0 | 0.00060835676 | |
| 20969355 | a month ago | | | 0 | 0.00086568323 | |
| 20933499 | 2 months ago | | | 0 | 0.00040323818 | |
| 20885426 | 2 months ago | | | 0 | 0.00038354766 | |
| 20744781 | 2 months ago | | | 0 | 0.00015863608 | |
| 20600385 | 3 months ago | | | 0 | 0.000078964361 | |
| 20569171 | 3 months ago | | | 0 | 0.000089591546 | |
| 20569151 | 3 months ago | | | 0 | 0.00010899560 |
ABI
ABI objects
Getter at block 21277423
decimals() view returns (uint8)
18
feeRecipient() view returns (address)
0x2f608bc2956864690aa8f848996a36b24188b5e9
name() view returns (string)
Nobrainer.Finance
owner() view returns (address)
0x2f608bc2956864690aa8f848996a36b24188b5e9
symbol() view returns (string)
BRAIN
totalSupply() view returns (uint256)
30000000000000000000000
transferFee() view returns (uint256)
2500
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
feeException(address) view returns (bool)
State-modifying
Events addFeeException(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeFeeException(address account)
renounceOwnership()
setTransferFee(uint256 fee)
setTransferFeeRecipient(address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AddFeeException(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeRecipientChange(address account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveFeeException(address account)
Transfer(address indexed from, address indexed to, uint256 value)
TransferFeeChanged(uint256 newFee)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.