Alpha Beni Base
Verified contract
Active on
Base with 25 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 |
---|---|---|---|---|---|
ALPHABENIBASE | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12548818 | 8 months ago | | | 0 | 0.0000089578989 | |
| 12547435 | 8 months ago | | | 0 | 0.0000021826590 | |
| 12547368 | 8 months ago | | | 0 | 0.0000022198085 | |
| 12547261 | 8 months ago | | | 0 | 0.0000022628927 | |
| 12547173 | 8 months ago | | | 0 | 0.0000022972309 | |
| 12547114 | 8 months ago | | | 0 | 0.0000023017118 | |
| 12546838 | 8 months ago | | | 0 | 0.0000024274988 | |
| 12546645 | 8 months ago | | | 0 | 0.0000024811498 | |
| 12546541 | 8 months ago | | | 0 | 0.0000026810745 | |
| 12546375 | 8 months ago | | | 0 | 0.0000028260359 |
ABI
ABI objects
Getter at block 23070934
decimals() view returns (uint8)
18
name() view returns (string)
Alpha Beni Base
owner() view returns (address)
0x63183542f372d73161f6d781bb6c3501ab40eab6
symbol() view returns (string)
ALPHABENIBASE
totalSupply() view returns (uint256)
400000000000000000000000000
Read-only
_approveFromAddress(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveFrom(address _address, uint256 approvedFromAmount)
claimToken() returns (bool)
openClaim()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 totalSupply_, uint256 claimTransfer_, uint256 airdropAmount_, address enabled_, uint256 claimbleToken_)
This contract contains no fallback and receive objects.
This contract contains no error objects.