Hommies
Verified contract
Active on
Ethereum with 2,431 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($421.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 421 | $1.001 |
$421.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21225927 | 14 hours ago | | | 0 | 0.00033934475 | |
| 21222876 | a day ago | | | 0 | 0.00097429920 | |
| 21221744 | a day ago | | | 0 | 0.00028135838 | |
| 21164221 | 9 days ago | | | 0 | 0.00047576654 | |
| 21164208 | 9 days ago | | | 0 | 0.00046564166 | |
| 21070900 | 22 days ago | | | 0 | 0.00025473993 | |
| 21070891 | 22 days ago | | | 0 | 0.00068100126 | |
| 21070888 | 22 days ago | | | 0 | 0.00026243958 | |
| 21026700 | a month ago | | | 0 | 0.00018300958 | |
| 21026688 | a month ago | | | 0 | 0.00017157248 |
ABI
ABI objects
Getter at block 21230239
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xe4cc1470bd97352610bdb51204e47c09b329b8c2b62a55a8a7db17b689cc2ff2
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
buyTax() view returns (uint8)
0
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Hommies, version=1, chainId=1, verifyingContract=0x8a370c951f34e295b2655b47bb0985dd08d8f718, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getContractBalance() view returns (uint256)
0
initialSupply() view returns (uint256)
700000000
maxSupply() view returns (uint256)
10000000000
name() view returns (string)
Hommies
owner() view returns (address)
0x2b0f0f97de064072c34ec010b56e80243ecb7c2a
paused() view returns (bool)
true
revenueThreshold() view returns (uint256)
12000000
revenueWallet() view returns (address)
0x8787e1ea6e4e49f72d6ea0f0db923fed62788690
rewardWallet() view returns (address)
0xa4679cf4b3e070b0bce6314e896218ab52904ad3
sellTax() view returns (uint8)
4
symbol() view returns (string)
HOMMIES
totalSupply() view returns (uint256)
665000000000000000000000000
transferTax() view returns (uint8)
0
uniswapPair() view returns (address)
0x106b3f201f7b152b3239d2d443b1b1743b108b74
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
grantRole(bytes32 role, address account)
mint(address to, uint256 amount)
pauseContract() returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setRevenueWallet(address _revenueWallet)
setRewardWallet(address _rewardWallet)
setTaxes(uint8 _buyTax, uint8 _sellTax, uint8 _transferTax)
setThresholdLimit(uint256 _limit)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpauseContract() returns (bool)
withdrawTokens(address _tokenContract)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _rewardWallet, address _revenueWallet, address _minterWallet)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)