Diamond Bar

Verified contract

Active on Ethereum with 847 txns
Deployed by via 0x3cd5349c at 20473597
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Diamond Bar"

0x7bd5d719ce4febbe1917a540f70b2d0b0b365bb56736fda10ea39e824fb765ab
0x20009793b52f134af8bd5f833061778a22df78f6311b56746f887f229d32f019
0x132c668de212105b9842568ac0a4483558ccbda8b2d3e51b8133900fc99dc163
0x9b230a1d1288838fe420546686209743e1062cde0d184f7c654a923272f9a665
0x19e158a62e14ce4a74291aea203be179b2a3c2eec920f090168cb0f556023df6
0x394afb2b2c66b4c5d67d52bef8adc592088bacaaeab7bfbbe83d6c47393527ed
0xa1e20414829213f919fe4c1ef7d97e672369cad6aa03c87173ed169863bfece3
0xd0c0a4fe66ad7873c11835c17173da0404dd1f48b452ae90f1380e00dbf749e6
0xc8d0bfe95e4f4b6886b3bf9cf18213d776a4fcd69e3ffa40ebd188d924d34855
0x1b716784486744b91221787f8b274b534f068874f829bf00c3b0a7ea1bd85e50

Functions
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(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
acceptOwnership(
afterConstructor(address _router
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
renounceOwnership(
setAMM(address AMMbool isAMM
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
AMMUpdated(address indexed AMMbool isAMM
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RouterV2Updated(address indexed routerV2
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InvalidAMM(address AMM
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account