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 |
---|---|---|---|---|---|
GNOM | ERC-20 | 675.237318K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19310158 | 9 months ago | | | 0 | 0.0013685756 | |
| 18601713 | a year ago | | | 0 | 0.00075462943 | |
| 18572539 | a year ago | | | 0 | 0.0027140488 | |
| 18572537 | a year ago | | | 0 | 0.0027430950 | |
| 18572535 | a year ago | | | 0 | 0.0026814538 | |
| 18555403 | a year ago | | | 0 | 0.0022989315 | |
| 18511671 | a year ago | | | 0 | 0.0015941638 | |
| 18501705 | a year ago | | | 0 | 0.00088980365 | |
| 18501694 | a year ago | | | 0 | 0.00068938789 | |
| 18500840 | a year ago | | | 0 | 0.00083081653 |
ABI
ABI objects
Getter at block 21167767
decimals() view returns (uint8)
18
name() view returns (string)
ГНОМ
owner() view returns (address)
0x0000000000000000000000000000000000000000
restrictContracts() view returns (bool)
true
symbol() view returns (string)
GNOM
taxAddress() view returns (address)
0x59efee19c857f0c2c83c7a4533e275ae9bc34833
taxPercentage() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapPair() view returns (address)
0xbfde313d45dfff8eb1187d2c0a95d83f20c85045
whaleLimit() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
antiWhaleWhitelist(address) view returns (bool)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
State-modifying
Events GNOM(address[] accounts)
addgnomlist(address _address)
approve(address spender, uint256 value) returns (bool)
batchAddToBlacklist(address[] _addresses)
removeFromgnomlist(address _address)
renounceOwnership()
setTaxAddress(address _taxAddress)
setTaxPercentage(uint256 _percentage)
setUniswapPair(address _pair)
setWhaleLimit(uint256 _limit)
startTrading()
toggleContractRestrictions()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
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)