SPACE HOGE
Verified contract
Active on
Ethereum with 5,739 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($759.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 404.488153 | $1.00 |
$404.49 | |
MOD | ERC-20 | 13.867659K | $0.025576 |
$354.68 | |
SOGE | ERC-20 | 13.262745B | -- | -- | |
SOGE | ERC-20 | 4.401881M | -- | -- | |
SOGE | ERC-20 | 49.064K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20822648 | 2 months ago | | | 0 | 0.0023923062 | |
| 20654938 | 3 months ago | | | 0 | 0.000026877184 | |
| 20259537 | 5 months ago | | | 0 | 0.000080237096 | |
| 20205082 | 5 months ago | | | 0 | 0.00027032170 | |
| 20079158 | 5 months ago | | | 0 | 0.00037662057 | |
| 20079152 | 5 months ago | | | 0 | 0.0019384589 | |
| 19757292 | 7 months ago | | | 0 | 0.00020161544 | |
| 19719075 | 7 months ago | | | 0 | 0.00051135906 | |
| 19702747 | 7 months ago | | | 0 | 0.00031203200 | |
| 19599092 | 8 months ago | | | 0 | 0.00027813461 |
ABI
ABI objects
Getter at block 21273056
decimals() view returns (uint8)
18
name() view returns (string)
SPACE HOGE
owner() view returns (address)
0xd6dbf8be712e4cd07a43af0b1a0b544c591d0de2
rSupply() view returns (uint256)
0
symbol() view returns (string)
SOGE
tSupply() view returns (uint256)
0
totalFees() view returns (uint256)
37435389308188073166950489111565
totalSupply() view returns (uint256)
100000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reflect(uint256 tAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.