Dawn
Verified contract
Proxy
Active on
Ethereum with 19,315 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAWN | ERC-20 | 265.141658 | $0.001917 |
$0.51 | |
1ST | ERC-20 | 200.941516 | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270419 | 9 hours ago | | | 0 | 0.00064063516 | |
| 21270112 | 10 hours ago | | | 0 | 0.00046714504 | |
| 21269993 | 10 hours ago | | | 0 | 0.00063238231 | |
| 21269182 | 13 hours ago | | | 0 | 0.00066364963 | |
| 21268430 | 15 hours ago | | | 0 | 0.00086669241 | |
| 21266640 | 21 hours ago | | | 0 | 0.00092244566 | |
| 21265417 | a day ago | | | 0 | 0.0017334389 | |
| 21262387 | a day ago | | | 0 | 0.00056495667 | |
| 21261469 | 2 days ago | | | 0 | 0.00096366859 | |
| 21259139 | 2 days ago | | | 0 | 0.00098772646 |
ABI
ABI objects
Getter at block 21272981
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
granularity() view returns (uint256)
1
isOwner() view returns (bool)
false
name() view returns (string)
Dawn
owner() view returns (address)
0xedae4cfb12ecfcde46853f63aba76d8ea3cf3871
paused() view returns (bool)
false
symbol() view returns (string)
DAWN
totalSupply() view returns (uint256)
76588156827428849785986911
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
isPauser(address account) view returns (bool)
tokensToBeReturned(address token) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
initialize(address sender)
initialize(string name, string symbol, address[] defaultOperators)
initializeDawn(address manager, string _name, string _symbol)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
pause()
recoverTokens(address token)
renounceOwnership()
renouncePauser()
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.