PandaDAO
Verified contract
Active on
Ethereum with 9,765 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($573.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PANDA | ERC-20 | 100.865K | $0.005687 |
$573.64 | |
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21147256 | 2 days ago | | | 0 | 0.00037872893 | |
| 21133993 | 3 days ago | | | 0 | 0.00043266302 | |
| 21133014 | 3 days ago | | | 0 | 0.00069720202 | |
| 21133012 | 3 days ago | | | 0 | 0.0010130993 | |
| 21127627 | 4 days ago | | | 0 | 0.0011475505 | |
| 21117053 | 6 days ago | | | 0 | 0.00052166320 | |
| 21108878 | 7 days ago | | | 0 | 0.00011534587 | |
| 21108878 | 7 days ago | | | 0 | 0.00011534587 | |
| 21108877 | 7 days ago | | | 0 | 0.00011614600 | |
| 21108877 | 7 days ago | | | 0 | 0.00011620349 |
ABI
ABI objects
Getter at block 21158032
DOMAIN_SEPARATOR() view returns (bytes32)
0x906e3943baff317e5a918546099eb6a4471309049b86a60a00075fc1de233779
decimals() view returns (uint8)
18
name() view returns (string)
PandaDAO
owner() view returns (address)
0xee2ebccb7cdb34a8a822b589f9e8427c24351bfc
symbol() view returns (string)
PANDA
totalSupply() view returns (uint256)
33151336528981602385620135
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.