Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7616…a5ae
Balances ($17,578.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAWGS | ERC-20 | 48.160247B | $0.00 |
$17,578.49 | |
DAWGS | ERC-20 | 934.412756B | -- | -- | |
RKTS | ERC-20 | 19.90186K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21289382 | 5 days ago | | | 0 | 0.00035724533 | |
| 21285503 | 6 days ago | | | 0 | 0.00041515399 | |
| 21285472 | 6 days ago | | | 0 | 0.00044391424 | |
| 21284547 | 6 days ago | | | 0 | 0.00020989122 | |
| 21284542 | 6 days ago | | | 0 | 0.00034239981 | |
| 21274407 | 7 days ago | | | 0 | 0.00059836580 | |
| 21272604 | 8 days ago | | | 0 | 0.0010045438 | |
| 21252764 | 10 days ago | | | 0 | 0.00062818530 | |
| 21245471 | 11 days ago | | | 0 | 0.00066013678 | |
| 21204311 | 17 days ago | | | 0 | 0.00064798796 |
ABI
ABI objects
Getter at block 21326753
DOMAIN_SEPARATOR() view returns (bytes32)
0xd5da49c493db326fffa20ab9103f626c5727f084b874335aeafa2fae410e9a84
decimals() pure returns (uint8)
9
name() view returns (string)
SpaceDawgs
owner() view returns (address)
0xab185cf356dfe67cc43c4fe71d85a3b01d53eca4
rocketsToken() view returns (address)
0x7616f89f2537e32454c069fb95d74bc9a8aaa5ae
startTime() view returns (uint256)
1640143800
symbol() view returns (string)
DAWGS
totalSupply() view returns (uint256)
1000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
burnRockets(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintRockets(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferRocketsOwnership(address newOwner)
updateStartTime(uint256 _newStartTime)
upgradeDawgs(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Deployed(address sender, address __rocketsSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateStartTime(uint256 newStartTime)
UpgradeDawgs(address sender, uint256 amountDawgs, uint256 amountRockets)
constructor(address _dawgsV1, uint256 _startTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.