Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GGBOND | ERC-20 | 30.160513K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21248755 | 5 days ago | | | 0 | 0.00026760030 | |
| 20864333 | 2 months ago | | | 0 | 0.00065512509 | |
| 20840411 | 2 months ago | | | 0 | 0.00027247019 | |
| 20393548 | 4 months ago | | | 0 | 0.000036104035 | |
| 20347053 | 4 months ago | | | 0 | 0.000086114256 | |
| 20146509 | 5 months ago | | | 0 | 0.00025574382 | |
| 20116209 | 5 months ago | | | 0 | 0.00037701541 | |
| 20079360 | 5 months ago | | | 0 | 0.00021871403 | |
| 19945562 | 6 months ago | | | 0 | 0.00010729923 | |
| 19760593 | 7 months ago | | | 0 | 0.00039471985 |
ABI
ABI objects
Getter at block 21284032
decimals() view returns (uint8)
18
limited() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
0
name() view returns (string)
GGBOND
owner() view returns (address)
0x0000000000000000000000000000000000000000
startingTax() view returns (uint256)
8
symbol() view returns (string)
GGBOND
taxCollector() view returns (address)
0xb5c8662f2b46181a8ad36f4bd9e1306d36e80d82
taxDuration() view returns (uint256)
180
totalSupply() view returns (uint256)
866666665800000000000000000
tradingStartTimeStamp() view returns (uint256)
1683859439
uniswapV2Pair() view returns (address)
0xd870b0a1cacd164a20f04408ef43581c67c5bce6
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
State-modifying
Events airdropTokens(address[] recipients, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(bool _limited, uint256 _maxHoldingAmount)
setUniswapV2Pair(address _uniswapV2Pair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _totalSupply, address _taxCollector)
This contract contains no fallback and receive objects.
This contract contains no error objects.