Gold Standard
Verified contract
Active on
Ethereum with 15,436 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,023.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 994.06308 | $1.002 |
$996.05 | |
ELON | ERC-20 | 2.75836M | $0.000009 |
$25.79 | |
BAR | ERC-20 | 0.76977 | $1.91 |
$1.47 | |
TRUMP | ERC-20 | 88.040719 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245699 | 4 hours ago | | | 0 | 0.00036331722 | |
| 21245651 | 5 hours ago | | | 0 | 0.00064087523 | |
| 21245517 | 5 hours ago | | | 0 | 0.00055861280 | |
| 21245451 | 5 hours ago | | | 0 | 0.00064219193 | |
| 21244168 | 10 hours ago | | | 0 | 0.00065676684 | |
| 21243683 | 11 hours ago | | | 0 | 0.00063636882 | |
| 21242981 | 14 hours ago | | | 0 | 0.00045545131 | |
| 21242127 | 16 hours ago | | | 0 | 0.00048642620 | |
| 21242127 | 16 hours ago | | | 0 | 0.00045681003 | |
| 21241822 | 17 hours ago | | | 0 | 0.00050810348 |
ABI
ABI objects
Getter at block 21247013
decimals() pure returns (uint8)
18
name() view returns (string)
Gold Standard
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xce5debe9dd76f96bb5fa00eb3cc084d43ec0dbf3
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
BAR
totalSupply() view returns (uint256)
999999000000000000000000
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)