ChadToken
Verified contract
Active on
Ethereum with 357 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CHAD | ERC-20 | 2.211079M | -- | -- | |
MGAS | ERC-20 | 5.088 | -- | -- | |
UNI-V2 | ERC-20 | 0.915829 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20909977 | a month ago | | | 0 | 0.00034346261 | |
| 20604327 | 3 months ago | | | 0 | 0.000063009285 | |
| 18532199 | a year ago | | | 0 | 0.0014632738 | |
| 18532195 | a year ago | | | 0 | 0.0010354438 | |
| 18532194 | a year ago | | | 0 | 0.0010025213 | |
| 18446648 | a year ago | | | 0 | 0.00030373349 | |
| 18446644 | a year ago | | | 0 | 0.00029926229 | |
| 18411318 | a year ago | | | 0 | 0.00054340015 | |
| 18398365 | a year ago | | | 0 | 0.00030415676 | |
| 18397424 | a year ago | | | 0 | 0.00032105660 |
ABI
ABI objects
Getter at block 21161465
chadUniswapV2Pair() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
fundVotingAddress() view returns (address)
0x80cd5dda99e6119bccfc95321cca9d0a71b6fe29
isSendingFunds() view returns (bool)
true
liquidityMultiplier() view returns (uint256)
70
mangasUniswapV2Pair() view returns (address)
0x46d5fd4a711b905ea0aaa10db31801efc75dea56
miningDifficulty() view returns (uint256)
999999999999999999999
name() view returns (string)
ChadToken
start_block() view returns (uint256)
10997000
symbol() view returns (string)
CHAD
totalSupply() view returns (uint256)
11055517751822181331750000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getAddressStakeAmount(address _account) view returns (uint256)
getAddressStakeAmountLP(address _account) view returns (uint256)
myRewardsBalance(address _account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
getReward()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
sendChadToFund(uint256 amount)
setBoss2Address(address _addr) returns (uint256)
setBossAddress(address _addr) returns (uint256)
setChadPairAddress(address _uniV2address)
setDevAddress(address _devAddress) returns (uint256)
setManGasPairAddress(address _uniV2address)
setMiningDifficulty(uint256 amount)
setVotingAddress(address _account)
stake(uint256 amount)
stakeChadUni(uint256 amount)
toggleFundsTransfer()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawChadUni(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
FundsSentToFundingAddress(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Rewards(address indexed user, uint256 reward)
Transfer(address indexed from, address indexed to, uint256 value)
chadPairAddressChanged(address indexed user, address chadPairAddress)
chadUniStaked(address indexed user, uint256 amount, uint256 totalLiquidityStaked)
chadUniWithdrawn(address indexed user, uint256 amount, uint256 totalLiquidityStaked)
difficultyChanged(address indexed user, uint256 difficulty)
mangasPairAddressChanged(address indexed user, address mangasPairAddress)
mangasUniStaked(address indexed user, uint256 amount, uint256 totalLiquidityStaked)
mangasUniWithdrawn(address indexed user, uint256 amount, uint256 totalLiquidityStaked)
votingAddressChanged(address indexed user, address votingAddress)
constructor(address _devAddress, address _bossAddress, address _boss2Address, address _mangasLP, uint256 _start_block)
This contract contains no fallback and receive objects.
This contract contains no error objects.