Gold Bar Dividends
Verified contract
Active on
Ethereum with 19 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xde43…0256
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GBD | ERC-20 | 4.846681K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20405609 | 4 months ago | | | 0 | 0.000089709294 | |
| 20405599 | 4 months ago | | | 0 | 0.000093415928 | |
| 20405597 | 4 months ago | | | 0 | 0.000095129721 | |
| 20405588 | 4 months ago | | | 0 | 0.000087284733 | |
| 20405585 | 4 months ago | | | 0 | 0.000079318087 | |
| 20405580 | 4 months ago | | | 0 | 0.000080454895 | |
| 20405563 | 4 months ago | | | 0 | 0.00011368943 | |
| 20405546 | 4 months ago | | | 0 | 0.00013307352 | |
| 20405496 | 4 months ago | | | 0 | 0.000082872418 | |
| 20405495 | 4 months ago | | | 0 | 0.000078226018 |
ABI
ABI objects
Getter at block 21181612
decimals() pure returns (uint8)
18
dividendTokenTotalSupply() view returns (uint256)
58979547131477764122110
dividendTracker() view returns (address)
0xde4336892f81eee4d1438ca37fbb4814e6360256
gasForProcessing() view returns (uint256)
300000
getAllPending() view returns (uint256)
4846680576351660167551
getClaimWait() view returns (uint256)
3600
getLastProcessedIndex() view returns (uint256)
4
getNumberOfDividendTokenHolders() view returns (uint256)
6
getSwapThresholdAmount() view returns (uint256)
4680
getTotalDividendsDistributed() view returns (uint256)
1624418910499798444
mainAddress() view returns (address)
0x12e5baf9379872eed989e9b7b8977a59d62a9773
maxBuyAmount() view returns (uint256)
999999000000000000000000
maxSellAmount() view returns (uint256)
999999000000000000000000
maxTransferAmount() view returns (uint256)
1000000000000000000000000
maxWalletAmount() view returns (uint256)
1000000000000000000000000
name() view returns (string)
Gold Bar Dividends
owner() view returns (address)
0x12e5baf9379872eed989e9b7b8977a59d62a9773
pairV2() view returns (address)
0x6b59d4687480c545047cc7e6d40c0b57e2cd370a
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
rewardToken() view returns (address)
0x777be1c6075c20184c4fd76344b7b0b7c858fe6b
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
GBD
totalSupply() view returns (uint256)
1000000000000000000000000
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)
dividendTokenBalanceOf(address account) view returns (uint256)
getAccountDividendsInfo(address account) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
getAccountDividendsInfoAtIndex(uint256 index) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
isExcludedFromDividends(address account) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
isExcludedFromTradingRestriction(address) view returns (bool)
mainFees(uint256) view returns (uint16)
rewardsFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
withdrawableDividendOf(address account) view returns (uint256)
State-modifying
Events acceptOwnership()
afterConstructor(address _rewardToken, address _router)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
claim() returns (bool)
claimWaitSetup(uint256 claimWait)
enableTrading()
excludeFromDividends(address account, bool isExcluded)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
excludeFromTradingRestriction(address account, bool isExcluded)
gasForProcessingSetup(uint256 newGasForProcessing)
mainAddressSetup(address _newAddress)
mainFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
process(uint256 gas) returns (uint256 iterations, uint256 claims)
recoverForeignERC20(address tokenAddress, uint256 amount)
recoverToken(uint256 amount)
renounceOwnership()
rewardsFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
setAMM(address AMM, bool isAMM)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateMaxTransferAmount(uint256 _maxTransferAmount)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMUpdated(address indexed AMM, bool isAMM)
Approval(address indexed owner, address indexed spender, uint256 value)
DeployedDividendTracker(address indexed dividendTracker)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
ExcludeFromTradingRestriction(address indexed account, bool isExcluded)
GasForProcessingUpdated(uint256 gasForProcessing)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
MaxTransferAmountUpdated(uint256 maxTransferAmount)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
RewardsSent(uint256 amount)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
WalletTaxAddressUpdated(uint8 indexed id, address newAddress)
WalletTaxFeesUpdated(uint8 indexed id, uint16 buyFee, uint16 sellFee, uint16 transferFee)
WalletTaxSent(uint8 indexed id, address recipient, uint256 amount)
constructor()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
CannotDepositNativeCoins(address account)
CannotExceedMaxTotalFee(uint16 buyFee, uint16 sellFee, uint16 transferFee)
CannotExceedMaxTransactionAmount(uint256 maxAmount)
CannotExceedMaxWalletAmount(uint256 maxWalletAmount)
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)
InvalidAmountToRecover(uint256 amount, uint256 maxAmount)
InvalidGasForProcessing(uint256 gasForProcessing)
InvalidSwapThresholdRatio(uint16 swapThresholdRatio)
InvalidTaxRecipientAddress(address account)
InvalidToken(address tokenAddress)
MaxTransactionAmountTooLow(uint256 maxAmount, uint256 limit)
MaxWalletAmountTooLow(uint256 maxWalletAmount, uint256 limit)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
TradingAlreadyEnabled()
TradingNotEnabled()