Payaso Protocol Governance Token
Verified contract
Proxy
Active on
Ethereum with 5 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 43 additional slots
Balances ($0.00)
No balances found for "Payaso Protocol Governance Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11554890 | 4 years ago | | | 0 | 0.0036424872 | |
| 11554876 | 4 years ago | | | 0 | 0.0036432864 | |
| 11324297 | 4 years ago | | | 0 | 0.0012709120 | |
| 11045553 | 4 years ago | | | 0 | 0.018644159 | |
| 11045372 | 4 years ago | | | 0 | 0.0057990164 |
ABI
ABI objects
Getter at block 21284175
decimals() view returns (uint8)
18
governor() view returns (address)
0x479d0681a73762ca32a7dca902f44a1ae2e0dfd4
name() view returns (string)
Payaso Protocol Governance Token
symbol() view returns (string)
PAYA
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getConfig(bytes32 key) view returns (uint256)
getConfig(bytes32 key, address addr) view returns (uint256)
getConfig(bytes32 key, uint256 index) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
initialize(address _admin, address _logic, bytes _data) payable
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address governor_)
initialize(address governor_, address Farm)
renounceGovernorship()
setConfig(bytes32 key, address addr, uint256 value)
setConfig(bytes32 key, uint256 index, uint256 value)
setConfig(bytes32 key, uint256 value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferGovernorship(address newGovernor)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
GovernorshipTransferred(address indexed previousGovernor, address indexed newGovernor)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
receive()
This contract contains no error objects.