What If I Told You
Verified contract
Active on
Ethereum with 101 txns
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 "What If I Told You"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17292535 | 2 years ago | | | 0 | 0.0027326753 | |
| 17200740 | 2 years ago | | | 0 | 0.0050331290 | |
| 17198794 | 2 years ago | | | 0 | 0.0050948757 | |
| 17193939 | 2 years ago | | | 0 | 0.0035784241 | |
| 17192053 | 2 years ago | | | 0 | 0.0041544800 | |
| 17185972 | 2 years ago | | | 0 | 0.0048884479 | |
| 17175829 | 2 years ago | | | 0 | 0.0047210837 | |
| 17165297 | 2 years ago | | | 0 | 0.0024130100 | |
| 17160235 | 2 years ago | | | 0 | 0.0026218169 | |
| 17149485 | 2 years ago | | | 0 | 0.0017144920 |
ABI
ABI objects
Getter at block 21320082
decimals() view returns (uint8)
18
limited() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
4200000000000000000000000000000
minHoldingAmount() view returns (uint256)
0
name() view returns (string)
What If I Told You
owner() view returns (address)
0xb5f67960ecfa2a0e74c9bb698a603e528966c62c
symbol() view returns (string)
WHATIF
totalSupply() view returns (uint256)
420000000000000000000000000000000
uniswapV2Pair() view returns (address)
0x2df7d4dd99866ed60fabab22f7c3a8b93b812097
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(bool _limited, address _uniswapV2Pair, uint256 _maxHoldingAmount, uint256 _minHoldingAmount)
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)
constructor(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.