Zero1 Token

Verified contract

Proxy

Active on Ethereum with 64,436 txns
Deployed by via 0xd4b4cb39 at 19432436
Slot
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
ERC-20
Value $2,576.6
ERC-20
Value $50.05
ERC-20
Value $10.15
0xcf02b3391f6aad88daaa67fe327c5283b190d97df0496910d79c2fa7c584c972
0x1292681436cb300f33b63c4bbdbcdb16c54e47b104b171e98b7c53bee66c7539
0x87bce65eae17c4b95ada6a6db07d3f3f0caa1a5cb67e1471ed8e308256bd8563
0x998799a273cc9af31e96d29c4b64c18618b8a8863a2108c18cecd67e848f31df
0xe5ea49855342009c70f72bd330433993726e26b73c5347be22de16eaf93634a6
0xd8b22b6e7ff7c9feb99465e86f2bc76250b091ebe8599f9a79cbbdced8760aa3
0x351c4891cb7be12e9cd30b1d3d531790b697714d2f6b5bb3efccdc7d04b6daaa
0x5c96cc0bfe4e9283ad1160d1129224fb668f19e9d17ffdbdd79ab5f0a4589c06
0x689c8258121d7403bac31d4575c89ed8f433f2ccb0bf24804c4fd2649c71a36b
0xa7b93d568e2f7c2d41c0fe023eceee8e0373e0584b841c7abd741abf601354de

Functions
Getter at block 21241320
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
__DEAI_init(
approve(address spenderuint256 amountreturns (bool)
burn(uint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mint(address to
renounceRole(bytes32 roleaddress account
rescueERC20Token(address tokenuint256 amountaddress receiver
rescueNativeToken(uint256 amountaddress receiver
revokeRole(bytes32 roleaddress account
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint8 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
OnlyNonZeroAddress(