Donald John Barron
Verified contract
Active on
Ethereum with 404 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Donald John Barron"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20654860 | 3 months ago | | | 0 | 0.000051882135 | |
| 20616443 | 3 months ago | | | 0 | 0.000034584210 | |
| 20580217 | 3 months ago | | | 0 | 0.000062582000 | |
| 20499038 | 3 months ago | | | 0 | 0.00022617833 | |
| 20497804 | 3 months ago | | | 0 | 0.00010260331 | |
| 20447688 | 4 months ago | | | 0 | 0.000082944828 | |
| 20423513 | 4 months ago | | | 0 | 0.00014388750 | |
| 20413896 | 4 months ago | | | 0 | 0.00019368645 | |
| 20407531 | 4 months ago | | | 0 | 0.000078848829 | |
| 20387889 | 4 months ago | | | 0 | 0.00030229055 |
ABI
ABI objects
Getter at block 21247805
MAX_TAX_RATE() view returns (uint256)
10
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals() view returns (uint8)
18
isMaxTransactionAmountLifted() view returns (bool)
true
isTaxLifted() view returns (bool)
true
marketing() view returns (address)
0x67d662da7a4f0ac65a28d4deac9cd70de40d3bb0
maxTransactionAmount() view returns (uint256)
200000000000000000000000
name() view returns (string)
Donald John Barron
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x3060ec27a2383441afeea2466aaabf7ebc0b988c
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellTaxRate() view returns (uint256)
10
symbol() view returns (string)
DJB
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromMaxTransactionAmount(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
excludeFromMaxTransactionAmount(address account, bool excluded)
liftRestrictions()
renounceOwnership()
setMaxTransactionAmount(uint256 _amount)
setPairAddress(address newPair)
setSellTaxRate(uint256 _rate)
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(address _marketing, address _router)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)