OrdinallDAO
Verified contract
Active on
Ethereum with 90 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "OrdinallDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21167181 | a month ago | | | 0 | 0.0015832423 | |
| 21085780 | 2 months ago | | | 0 | 0.00056537306 | |
| 20669549 | 4 months ago | | | 0 | 0.00011360623 | |
| 20266591 | 5 months ago | | | 0 | 0.000070777873 | |
| 20266583 | 5 months ago | | | 0 | 0.000067046441 | |
| 20200613 | 6 months ago | | | 0 | 0.000078721732 | |
| 20093255 | 6 months ago | | | 0 | 0.00021396508 | |
| 20089873 | 6 months ago | | | 0 | 0.00034881498 | |
| 20084190 | 6 months ago | | | 0 | 0.00091144386 | |
| 19983098 | 7 months ago | | | 0 | 0.00084738479 |
ABI
ABI objects
Getter at block 21444181
currentSnapshotId() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
OrdinallDAO
owner() view returns (address)
0x7c6acc2d65fba11502efc2af6ca8bf88a4186185
symbol() view returns (string)
ALL
totalSupply() view returns (uint256)
157051000000000000157051
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintNewVotingTokens(address recipient_, uint256 amount_)
renounceOwnership()
snapshot()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.