AssangeDAO
Verified contract
Active on
Ethereum with 24,132 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,267.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.597052K | $1.001 |
$1,598.65 | |
JUSTICE | ERC-20 | 5.514673M | $0.000121 |
$668.87 | |
JUSTICE | ERC-20 | 10M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158103 | 21 minutes ago | | | 0 | 0.0013775991 | |
| 21156359 | 6 hours ago | | | 0 | 0.00036241476 | |
| 21154711 | 12 hours ago | | | 0 | 0.00060569272 | |
| 21152579 | 19 hours ago | | | 0 | 0.00062518421 | |
| 21149014 | a day ago | | | 0 | 0.00034937956 | |
| 21149012 | a day ago | | | 0 | 0.00031627410 | |
| 21148414 | a day ago | | | 0 | 0.00042221778 | |
| 21148403 | a day ago | | | 0 | 0.00053667115 | |
| 21146883 | 2 days ago | | | 0 | 0.00043380706 | |
| 21146863 | 2 days ago | | | 0 | 0.00034383496 |
ABI
ABI objects
Getter at block 21158207
DOMAIN_SEPARATOR() view returns (bytes32)
0x60185892fe17e36fd6b5959ff673b9698150d93f0e6c26efae7a43523f6f9a4e
decimals() view returns (uint8)
18
name() view returns (string)
AssangeDAO
owner() view returns (address)
0xee2ebccb7cdb34a8a822b589f9e8427c24351bfc
symbol() view returns (string)
JUSTICE
totalSupply() view returns (uint256)
16895825911499999999985000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
print(address _account, uint256 _amount)
redeem(address _account, uint256 _amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.