All Your Base
Verified contract
Active on
Ethereum with 1,492 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 "All Your Base"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159882 | 13 hours ago | | | 0 | 0.0024315865 | |
| 21146723 | 2 days ago | | | 0 | 0.00054754818 | |
| 21137916 | 4 days ago | | | 0 | 0.00093407798 | |
| 21115899 | 7 days ago | | | 0 | 0.00044493240 | |
| 21070908 | 13 days ago | | | 0 | 0.00037390902 | |
| 21058466 | 15 days ago | | | 0 | 0.00035348506 | |
| 21023410 | 20 days ago | | | 0 | 0.00060841719 | |
| 21018105 | 20 days ago | | | 0 | 0.00035914834 | |
| 21018065 | 20 days ago | | | 0 | 0.00041944965 | |
| 21014688 | 21 days ago | | | 0 | 0.00085781838 |
ABI
ABI objects
Getter at block 21163829
decimals() view returns (uint8)
18
limited() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
210000000000000000000000000
minHoldingAmount() view returns (uint256)
21000000000000000000000000
name() view returns (string)
All Your Base
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
YOBASE
totalSupply() view returns (uint256)
21000000000000000000000000000
uniswapV2Pair() view returns (address)
0x42210e0b676918de9690dee7dc79fae7867fe0e9
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()
setLimited(bool _limited)
setLimits(uint256 _maxHoldingAmount, uint256 _minHoldingAmount)
setPair(address _uniswapV2Pair)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.