Zero1 Token
Verified contract
Proxy
Active on
Ethereum with 60,061 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($2,508.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEAI | ERC-20 | 3.786313K | $0.660365 |
$2,500.35 | |
BBTC | ERC-20 | 0.000103 | $78,512.00 |
$8.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157578 | 3 minutes ago | | | 0 | 0.0011297369 | |
| 21157577 | 3 minutes ago | | | 0 | 0.0010768555 | |
| 21157555 | 8 minutes ago | | | 0 | 0.0010156718 | |
| 21157534 | 12 minutes ago | | | 0 | 0.0010673926 | |
| 21157530 | 13 minutes ago | | | 0 | 0.0011056846 | |
| 21157521 | 15 minutes ago | | | 0 | 0.0011476005 | |
| 21157515 | 16 minutes ago | | | 0 | 0.00096416625 | |
| 21157497 | 19 minutes ago | | | 0 | 0.0010923443 | |
| 21157492 | 20 minutes ago | | | 0 | 0.00080679089 | |
| 21157481 | 23 minutes ago | | | 0 | 0.00080056525 |
ABI
ABI objects
Getter at block 21157592
BURNER_ROLE() view returns (bytes32)
0x4255524e45525f524f4c45000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_TOTAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Zero1 Token
symbol() view returns (string)
DEAI
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events __DEAI_init()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to)
renounceRole(bytes32 role, address account)
rescueERC20Token(address token, uint256 amount, address receiver)
rescueNativeToken(uint256 amount, address receiver)
revokeRole(bytes32 role, address account)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint8 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
OnlyNonZeroAddress()