GibsToken
Verified contract
Active on
Ethereum with 261 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Gibs | ERC-20 | 31.883951K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11782686 | 4 years ago | | | 0 | 0.022087632 | |
| 11782427 | 4 years ago | | | 0 | 0.0072632850 | |
| 11551218 | 4 years ago | | | 0 | 0.0053200980 | |
| 11148407 | 4 years ago | | | 0 | 0.0012446000 | |
| 11135907 | 4 years ago | | | 0 | 0.00073976000 | |
| 11135901 | 4 years ago | | | 0 | 0.00094416000 | |
| 11135893 | 4 years ago | | | 0 | 0.00097854000 | |
| 11135890 | 4 years ago | | | 0 | 0.0011045400 | |
| 11134297 | 4 years ago | | | 0 | 0.0039683000 | |
| 11134286 | 4 years ago | | | 0 | 0.0012446000 |
ABI
ABI objects
Getter at block 21304977
decimals() view returns (uint8)
18
getBurnAmount() view returns (uint256)
275896873738749408887428
gibsTreasuryAddress() view returns (address)
0xab5801a7d398351b8be11c439e05c5b3259aec9b
howManyScams() view returns (uint256)
1
lastBurnAddress() view returns (address)
0x198f7357473ed4bc4ba6eab85da7101c7c7d2123
lastBurnTime() view returns (uint256)
1612347472
name() view returns (string)
GibsToken
nextBurnBlock() view returns (uint256)
11786521
numberOfBurnsSinceLaunch() view returns (uint256)
15
owner() view returns (address)
0x198f7357473ed4bc4ba6eab85da7101c7c7d2123
paused() view returns (bool)
false
pauser() view returns (address)
0x198f7357473ed4bc4ba6eab85da7101c7c7d2123
symbol() view returns (string)
Gibs
totalSupply() view returns (uint256)
9999999037876215736213659493091
uniswapPoolAddress() view returns (address)
0xfe712f2186065570fa7b80456f74ba8d047a7a69
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
holdingScamcoin(address account_addr) view returns (bool)
State-modifying
Events addScam(address scam)
airdropFromTreasury(uint256 amount, address[] recipients)
approve(address spender, uint256 amount) returns (bool)
burnUniswapPool()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
hasRightToBurn() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeScam(address scam)
renounceOwnership()
setPauser(address newPauser)
startOffBurning()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
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(string tokenName)
This contract contains no fallback and receive objects.
This contract contains no error objects.