ZeroToken

Verified contract

Implementation

Active on Ethereum with 1 txns
Deployed by via 0x1c63c321 at 13667698
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 48 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 1 additional slot
-
variable spans 45 additional slots

No balances found for "ZeroToken"

0xe1889f56bf60966a2988ed6499a210b2a30c49cbc6a0787b8fc9c0e543107801

Functions
Getter at block 21062608
decimals(view returns (uint8)
18
name(view returns (string)
owner(view returns (address)
0xeb3c46986aa0717f5c19f9aaeebaab5fd751daa6
paused(view returns (bool)
true
symbol(view returns (string)
totalSupply(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
balanceOfAt(address accountuint256 snapshotIdview returns (uint256)
totalSupplyAt(uint256 snapshotIdview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
authorizeSnapshotter(address account
burn(address accountuint256 amount
deauthorizeSnapshotter(address account
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(string namestring symbol
initializeImplementation(
mint(address accountuint256 amount
pause(
renounceOwnership(
snapshot(returns (uint256)
transfer(address recipientuint256 amountreturns (bool)
transferBulk(address[] recipientsuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferFromBulk(address senderaddress[] recipientsuint256 amountreturns (bool)
transferOwnership(address newOwner
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
AuthorizedSnapshotter(address account
DeauthorizedSnapshotter(address account
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Snapshot(uint256 id
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.