XypherCouncil
Verified contract
Active on
Ethereum with 643 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x545d…9472
Balances ($0.00)
No balances found for "XypherCouncil"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21300779 | 3 days ago | | | 0 | 0.00037837199 | |
| 21300256 | 3 days ago | | | 0 | 0.00030906089 | |
| 21300250 | 3 days ago | | | 0 | 0.00033180250 | |
| 21300243 | 3 days ago | | | 0 | 0.00027748194 | |
| 21267954 | 8 days ago | | | 0 | 0.00061751705 | |
| 21267879 | 8 days ago | | | 0 | 0.00075726235 | |
| 21212568 | 15 days ago | | | 0 | 0.00040964842 | |
| 21212559 | 15 days ago | | | 0 | 0.00042000856 | |
| 21212553 | 15 days ago | | | 0 | 0.00041812002 | |
| 21212540 | 15 days ago | | | 0 | 0.00031005558 |
ABI
ABI objects
Getter at block 21322953
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
balanceOfHolders() view returns (uint256)
46504997161466780271792072
buyTax() view returns (uint32)
5
clock() view returns (uint48)
21322953
daoFee() view returns (uint32)
60
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=XYPHER, version=XC, chainId=1, verifyingContract=0x7bece364e0fb8dfdc9b97b9016d20d2bfa24195e, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getReserves() view returns (uint256 _reserve0, uint256 _reserve1, uint32 _blockTimestampLast)
(_reserve0=50815440469178147413902351, _reserve1=2148418001408124288, _blockTimestampLast=1732973243)
gift() view returns (address)
0x545d4fccbabe6e5d3e0f7f2d3dc511d436369472
maxTransactionSize() view returns (uint256)
1000000000000000000000000
maxWalletSize() view returns (uint256)
1000000000000000000000000
name() view returns (string)
Xypher Council
owner() view returns (address)
0xcdc6b1308b5c13b9c9077467711bf9bc0c7b9c8e
sellTax() view returns (uint32)
5
symbol() view returns (string)
XYPHER
totalReflectionSupply() view returns (uint256)
2215791133665232147560266
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0xeb5d9a38011dd0736ddb7ee7aebf644c3e66c984
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
applyRate(uint256 amount) view returns (uint256)
applyReverseRate(uint256 amount) view returns (uint256 amountBalance, uint256 amountReflection)
balanceOf(address account) view returns (uint256)
calculateBalanceDeduction(uint256 prevBalance, uint256 balance, uint256 value) view returns (uint256)
calculateTax(uint256 amount, uint32 tax) pure returns (uint256 amountAfterTax, uint256 taxedAmount)
checkpoints(address account, uint32 pos) view returns (struct CheckpointsCheckpoint208)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
isExcluded(address) view returns (bool)
isExcludedFromReflection(address) view returns (bool)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setExclude(address account, bool exclude)
setExcludeFromReflection(address account, bool exclude)
setMaxTransactionFactor(uint32 newFactor)
setMaxWalletFactor(uint32 newFactor)
setUniswapV2Pair(address newUniswapV2Pair)
setUniswapV2Router(address newUniswapV2Router)
swap()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)
EIP712DomainChanged()
Excluded(address indexed account, bool exclude)
ExcludedFromReflection(address indexed account, bool exclude)
FactorModified(string indexed factor, uint32 oldFactor, uint32 newFactor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swap()
Taxed(address indexed receiver, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
UniswapV2PairModified(address indexed oldUniswapV2Pair, address indexed newUniswapV2Pair)
UniswapV2RouterModified(address indexed oldUniswapV2Router, address indexed newUniswapV2Router)
constructor(uint256 initialSupply, address initialInterface)
fallback()
receive()
CheckpointUnorderedInsertion()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC5805FutureLookup(uint256 timepoint, uint48 clock)
ERC6372InconsistentClock()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidInput(string index, string message)
InvalidShortString()
MathOverflowedMulDiv()
MaxTransactionSizeExceeded()
MaxWalletSizeExceeded()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
StringTooLong(string str)
TransferFromZeroAddress()
TransferToZeroAddress()
UniswapV2InsufficientAmount()
UniswapV2InsufficientLiquidity()
UniswapV2InvalidPool(address newUniswapV2Pair)
UniswapV2InvalidRouter(address newUniswapV2Router)
VotesExpiredSignature(uint256 expiry)
WidthdrawInvalid()