Zero1 Token

Verified contract

Proxy

Active on Ethereum with 60,061 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,500.35
ERC-20
Value $8.07
0xba47c2f779afcd3c0908cf4453f2fb2d11b6105b012cd03d48f5c42c129e7d91
0xabd1a2cb96b61d4c128c99f6405b8db3d1fe68f643b078b567279dabcac5bce9
0x276c49ac5f10559e07997c63dde0f3106f3050a0ebe7486588ebc282b8f006a1
0x33b487c71017ba278a0aa8cfb7e1438ec67b6299a27cc46d326c6af3a0a12a76
0x6b8338f70746b49fd6109143a050487286c787f5985535f45297d3e8fb864388
0xfc332ca59d72f4a86bbf4cd10e4ad3bd9c1c94219d83eca51fd245c7fb92b865
0xa91d6cb2cc48b968f543f11d3fcd184efad52d858c0fd5832b599053a0414fc6
0xf1d0863901ec1679d00bcb98e0d970ff9d041027803f48f251cdab74e8f627fe
0x532b3313ed19504bfcf9ec2f179781a6d0bf20910ab2793afdb312d62ba58b97
0x1ec0c1a4dc79c074c420a2d38d3676a0e464b5b6c04d212dfaaad8863d41ada8

Functions
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 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(