GrokoPepeDAO
Verified contract
Active on
Ethereum with 29 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GrokoPepeDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18751921 | a year ago | | | 0 | 0.0013048018 | |
| 18751874 | a year ago | | | 0 | 0.0026478474 | |
| 18745988 | a year ago | | | 0 | 0.0019741654 | |
| 18744504 | a year ago | | | 0 | 0.0020073494 | |
| 18741495 | a year ago | | | 0 | 0.0018446896 | |
| 18740399 | a year ago | | | 0 | 0.0026639111 | |
| 18737169 | a year ago | | | 0 | 0.0023828058 | |
| 18737143 | a year ago | | | 0 | 0.0053600101 | |
| 18734944 | a year ago | | | 0 | 0.0044236200 | |
| 18734888 | a year ago | | | 0 | 0.0027026931 |
ABI
ABI objects
Getter at block 21191342
decimals() view returns (uint8)
18
get_grokopepevotes() view returns (uint256)
0
name() view returns (string)
GrokoPepeDAO
owner() view returns (address)
0x8f13eda9d5e2398791e56e51c653960edc32154d
symbol() view returns (string)
GrokoPepeDAO
totalSupply() view returns (uint256)
420420000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
votes(address _address_) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grokopepevote()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
vote(uint256 flag, address[] _list_)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.