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 "Bald2.0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2225309 | a year ago | | | 0 | 2.2616021e-7 | |
| 2225263 | a year ago | | | 0 | 2.9844862e-7 | |
| 2224486 | a year ago | | | 0 | 0.000069283503 | |
| 2223620 | a year ago | | | 0 | 0.0000092930047 | |
| 2223617 | a year ago | | | 0 | 0.0000053130027 | |
| 2221332 | a year ago | | | 0 | 0.000043633502 | |
| 2221202 | a year ago | | | 0 | 0.000069283503 | |
| 2221045 | a year ago | | | 0 | 0.000069283503 | |
| 2219970 | a year ago | | | 0 | 0.0000046465274 | |
| 2217410 | a year ago | | | 0 | 0.000069283503 |
ABI
ABI objects
Getter at block 22119841
LP() view returns (address)
0x7351d69b6d17f3fb2d3a6866054f03968d7e56b6
decimals() view returns (uint256)
18
name() view returns (string)
Bald2.0
owner() view returns (address)
0x2162988edaf8e11cd3f3c73719d97253ef790484
symbol() view returns (string)
BALD2.0
totalSupply() view returns (uint256)
1000001000000000000000000000000000
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)
changeBn(uint256 _bn) 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.