Diamond Bar
Verified contract
Active on
Ethereum with 847 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 "Diamond Bar"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219786 | 9 days ago | | | 0 | 0.00038252301 | |
| 21149087 | 19 days ago | | | 0 | 0.00027084000 | |
| 20989383 | a month ago | | | 0 | 0.00076309762 | |
| 20917512 | 2 months ago | | | 0 | 0.00024996211 | |
| 20874751 | 2 months ago | | | 0 | 0.00035340736 | |
| 20861025 | 2 months ago | | | 0 | 0.00030036052 | |
| 20839368 | 2 months ago | | | 0 | 0.00033060541 | |
| 20760700 | 2 months ago | | | 0 | 0.00011819439 | |
| 20738876 | 2 months ago | | | 0 | 0.000093621950 | |
| 20734271 | 3 months ago | | | 0 | 0.00015920050 |
ABI
ABI objects
Getter at block 21285068
decimals() pure returns (uint8)
18
name() view returns (string)
Diamond Bar
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xc362281df381ad275559c17803923b5e11a74852
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
DBAR
totalSupply() view returns (uint256)
44444000000000000000000
Read-only
AMMs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
afterConstructor(address _router)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
renounceOwnership()
setAMM(address AMM, bool isAMM)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AMMUpdated(address indexed AMM, bool isAMM)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
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)
InvalidAMM(address AMM)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)