Chainswitch
Verified contract
Active on
Ethereum with 1,110 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4e3d…9f1f
0xeda3…5d99
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SWITCH | ERC-20 | 141.458395K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20032052 | 6 months ago | | | 0 | 0.00066133702 | |
| 19982705 | 6 months ago | | | 0 | 0.00044646659 | |
| 19972875 | 6 months ago | | | 0 | 0.00024080958 | |
| 19972854 | 6 months ago | | | 0 | 0.00035134935 | |
| 19880105 | 7 months ago | | | 0 | 0.00017901920 | |
| 19873460 | 7 months ago | | | 0 | 0.00022757243 | |
| 19795333 | 7 months ago | | | 0 | 0.00032389330 | |
| 19695529 | 7 months ago | | | 0 | 0.00029993897 | |
| 19242941 | 10 months ago | | | 0 | 0.0010834641 | |
| 19054127 | 10 months ago | | | 0 | 0.00041617289 |
ABI
ABI objects
Getter at block 21313221
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_totalSupply() view returns (uint256)
10000000000000000
buyfee() view returns (uint256)
30
decimals() pure returns (uint8)
9
fee_denominator() view returns (uint256)
1000
getOwner() view returns (address)
0x1321a912d0cfa875a5ca021ab7ebce78c4ddb05d
isTradingEnabled() view returns (bool)
true
lpPair() view returns (address)
0x7ab15fec060866330ade4b76e5f24222fc830622
name() pure returns (string)
Chainswitch
owner() view returns (address)
0x1321a912d0cfa875a5ca021ab7ebce78c4ddb05d
sellfee() view returns (uint256)
30
swapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThreshold() view returns (uint256)
500000000000
symbol() pure returns (string)
SWITCH
totalSupply() pure returns (uint256)
10000000000000000
transferfee() view returns (uint256)
0
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isNoFeeWallet(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeLpPair(address newPair)
changeWallets(address marketing, address team, address development)
enableTrading()
renounceOwnership()
setNoFeeWallet(address account, bool enabled)
setPresaleAddress(address presale, bool yesno)
toggleCanSwapFees(bool yesno)
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)
_changeFees(uint256 buy, uint256 sell)
_changePair(address newLpPair)
_changeThreshold(uint256 newThreshold)
_changeWallets(address marketing, address team, address development)
_enableTrading()
_setPresaleAddress(address account, bool enabled)
_toggleCanSwapFees(bool enabled)
constructor()
receive()
This contract contains no error objects.