SpaceDawgs
Verified contract
Active on
Ethereum with 3,148 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($76.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 76 | $1.00 |
$76 | |
DAWGS | ERC-20 | 354.631698 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202312 | 3 days ago | | | 0 | 0.00061544800 | |
| 20445782 | 4 months ago | | | 0 | 0.000069738000 | |
| 20394444 | 4 months ago | | | 0 | 0.00013596263 | |
| 20394442 | 4 months ago | | | 0 | 0.00016898830 | |
| 20332269 | 4 months ago | | | 0 | 0.00021867213 | |
| 19922655 | 6 months ago | | | 0 | 0.00030993199 | |
| 19922638 | 6 months ago | | | 0 | 0.00078628693 | |
| 19922623 | 6 months ago | | | 0 | 0.00074751177 | |
| 19922600 | 6 months ago | | | 0 | 0.00090124398 | |
| 19822785 | 6 months ago | | | 0 | 0.00017898683 |
ABI
ABI objects
Getter at block 21227346
charity() view returns (address)
0x0af7ce4da2ae1d2eb4f31e8935728dbcf54af5d5
circulatingSupply() view returns (uint256 circulating)
999809329604260064015
conditionalThreshold() view returns (uint256)
460000000000000000000
dao() view returns (address)
0x0fe53ea2b9cf5411ce79bd0d57dfaa1789aefbb5
decimals() pure returns (uint8)
9
isBurning() view returns (bool)
false
isExcludingConditionals() view returns (bool isExcluding)
false
isFairLaunching() view returns (bool isRestricted)
false
isOpen() view returns (bool)
true
name() pure returns (string)
SpaceDawgs
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
DAWGS
totalSupply() view returns (uint256)
1000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
isVolAcceptable(uint256 volume) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
excludeLiquidityPool(address lp)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
prohibitAccount(address account, bool prohibited)
reflect(uint256 tAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool success)
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(address _charity, address _dao, uint256 _conditionalTheshold)
This contract contains no fallback and receive objects.
This contract contains no error objects.