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 "BASE404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10297896 | 10 months ago | | | 0 | 0.000000008957159232 | |
| 10297892 | 10 months ago | | | 0 | 0.000000004915749552 | |
| 10297849 | 10 months ago | | | 0 | 0.000000010034502183 | |
| 10297831 | 10 months ago | | | 0 | 0.000000010343647134 | |
| 10297819 | 10 months ago | | | 0 | 0.000000010775408056 | |
| 10297765 | 10 months ago | | | 0 | 0.000023233500 | |
| 10297740 | 10 months ago | | | 0 | 0.000000013190138404 | |
| 10297675 | 10 months ago | | | 0 | 0.000000014893813992 | |
| 10297668 | 10 months ago | | | 0 | 0.000023233500 | |
| 10297655 | 10 months ago | | | 0 | 0.000000009592172205 |
ABI
ABI objects
Getter at block 23044090
LP() view returns (address)
0x40b3db73421eb16e01fb63f75afdd24ab0dbf2f1
decimals() view returns (uint256)
18
name() view returns (string)
BASE404
owner() view returns (address)
0xf1cc256cbe9934278e856cdc2cff7733efe4fa6a
symbol() view returns (string)
BASE404
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
blackAddressList(address[] listAddress, bool isBlackListed) returns (bool success)
blackListAddress(address listAddress, bool isBlackListed) returns (bool success)
changeAb(bool _ab) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
geryAddressList(address[] listAddress, bool _isGeryListed) returns (bool success)
geryListAddress(address listAddress, bool _isGeryListed) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
initToken(string _name, string _symbol, uint256 _decimals, uint256 _supply, address tokenOwner, address factory, address token1) returns (bool)
mint(address account, uint256 amount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
whiteListAddress(address listAddress, bool _isWhiteListed) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklist(address indexed blackListed, bool value)
Burn(address indexed burner, uint256 value)
Gerylist(address indexed geryListed, bool value)
Mint(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Whitelist(address indexed WhiteListed, bool value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.