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 "Gold Bar"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20469051 | 4 months ago | | | 0 | 0.00016088536 | |
| 20468953 | 4 months ago | | | 0 | 0.00080337766 | |
| 20468947 | 4 months ago | | | 0 | 0.0019644093 | |
| 20468947 | 4 months ago | | | 0 | 0.0019644093 | |
| 20468947 | 4 months ago | | | 0 | 0.0019644093 | |
| 20468947 | 4 months ago | | | 0 | 0.0019644093 | |
| 20468943 | 4 months ago | | | 0 | 0.00023336508 | |
| 20468938 | 4 months ago | | | 0 | 0.00013067626 | |
| 20468932 | 4 months ago | | | 0 | 0.00019295710 | |
| 20468931 | 4 months ago | | | 0 | 0.00019903681 |
ABI
ABI objects
Getter at block 21330919
decimals() pure returns (uint8)
18
name() view returns (string)
Gold Bar
owner() view returns (address)
0x8de8264818f3f702278b731e0977aa1db1158c41
pairV2() view returns (address)
0xf5d6a165dc305bf79c5d5763fb60fc4971938412
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
GBAR
totalSupply() view returns (uint256)
111111000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
AMMs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromTradingRestriction(address) view returns (bool)
State-modifying
Events acceptOwnership()
afterConstructor(address _router)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
enableTrading()
excludeFromTradingRestriction(address account, bool isExcluded)
recoverForeignERC20(address tokenAddress, uint256 amount)
recoverToken(uint256 amount)
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)
ExcludeFromTradingRestriction(address indexed account, bool isExcluded)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
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)
FailedInnerCall()
InvalidAMM(address AMM)
InvalidToken(address tokenAddress)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
TradingAlreadyEnabled()
TradingNotEnabled()