Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DotSwaps"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17009091 | 2 years ago | | | 0 | 0.00047171597 | |
| 11329018 | 4 years ago | | | 0 | 0.00094832000 | |
| 11238810 | 4 years ago | | | 0 | 0.00063222720 | |
| 11217741 | 4 years ago | | | 0 | 0.00048084300 | |
| 11217706 | 4 years ago | | | 0 | 0.00049541400 | |
| 11216868 | 4 years ago | | | 0 | 0.00053084640 | |
| 11215127 | 4 years ago | | | 0 | 0.00040670800 | |
| 11214870 | 4 years ago | | | 0 | 0.00047824000 | |
| 11214607 | 4 years ago | | | 0 | 0.00068480683 | |
| 11214300 | 4 years ago | | | 0 | 0.00050215200 |
ABI
ABI objects
Getter at block 21330234
decimals() view returns (uint8)
18
getLockStatus() view returns (bool)
true
name() view returns (string)
DotSwaps
owner() view returns (address)
0xe93a6627cdfb1f3b640e4eab649b897786602051
symbol() view returns (string)
DOTS
taxDestination() view returns (address)
0xe93a6627cdfb1f3b640e4eab649b897786602051
taxRate() view returns (uint256)
0
taxer() view returns (address)
0xe93a6627cdfb1f3b640e4eab649b897786602051
totalSupply() view returns (uint256)
55810033035127113922201
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isInWhitelist(address account) view returns (bool)
minters(address) view returns (bool)
State-modifying
Events addMinter(address account)
addToWhitelist(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
removeFromWhitelist(address account)
removeMinter(address account)
renounceOwnership()
setTaxDestination(address account)
setTaxRate(uint256 rate)
setTaxer(address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
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.