$BEEP - AI TOKEN OPERATING SYSTEM
Verified contract
Active on
Ethereum with 3,584 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0156…da0b
0x3355…c4e7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZC | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20983851 | a month ago | | | 0 | 0.00090778902 | |
| 20319453 | 4 months ago | | | 0 | 0.00023479807 | |
| 19856635 | 6 months ago | | | 0 | 0.00010359485 | |
| 19856635 | 6 months ago | | | 0 | 0.00010359485 | |
| 19744842 | 7 months ago | | | 0 | 0.00014332788 | |
| 19080822 | 10 months ago | | | 0 | 0.00030321469 | |
| 18868868 | a year ago | | | 0 | 0.00077923240 | |
| 18862615 | a year ago | | | 0 | 0.00053003378 | |
| 18647852 | a year ago | | | 0 | 0.00054004762 | |
| 18630718 | a year ago | | | 0 | 0.00084671738 |
ABI
ABI objects
Getter at block 21276612
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
decimals() pure returns (uint8)
18
name() view returns (string)
$BEEP - AI TOKEN OPERATING SYSTEM
owner() view returns (address)
0xdd1c8c22593ec7dd8aacd96f914550e0d3d568fb
symbol() view returns (string)
BEEP
taxHandler() view returns (address)
0x0156ed5a74f9d271479553de71a572848d78da0b
totalSupply() pure returns (uint256)
1000000000000000000000000000
treasuryHandler() view returns (address)
0x33555f2008405660d04f128dc17e6ee01b77c4e7
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setTaxHandler(address taxHandlerAddress)
setTreasuryHandler(address treasuryHandlerAddress)
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)
TaxHandlerChanged(address oldAddress, address newAddress)
Transfer(address indexed from, address indexed to, uint256 value)
TreasuryHandlerChanged(address oldAddress, address newAddress)
constructor(string name_, string symbol_, address taxHandlerAddress, address treasuryHandlerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.