ZeroDAOToken
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 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
Balances ($0.00)
No balances found for "ZeroDAOToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12389027 | 4 years ago | | | 0 | 0.0069082500 |
ABI
ABI objects
Getter at block 21263699
decimals() view returns (uint8)
18
name() view returns (string)
owner() view returns (address)
0x6132d220feec1f83a9f0718a8bfd296a0ed67619
paused() view returns (bool)
true
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
authorizeSnapshotter(address account)
burn(address account, uint256 amount)
deauthorizeSnapshotter(address account)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name, string symbol)
initializeImplementation()
mint(address account, uint256 amount)
pause()
renounceOwnership()
snapshot() returns (uint256)
transfer(address recipient, uint256 amount) returns (bool)
transferBulk(address[] recipients, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferFromBulk(address sender, address[] recipients, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedSnapshotter(address account)
DeauthorizedSnapshotter(address account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.