POLKABASE
Verified contract
Active on
Ethereum with 1,631 txns
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 49 additional slots
Balances ($0.00)
No balances found for "POLKABASE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19360500 | 8 months ago | | | 0 | 0.0025304955 | |
| 18964324 | 10 months ago | | | 0 | 0.00084795231 | |
| 18907959 | 10 months ago | | | 0 | 0.00073541136 | |
| 18347008 | a year ago | | | 0 | 0.00012868071 | |
| 17706359 | a year ago | | | 0 | 0.00086882511 | |
| 17658778 | a year ago | | | 0 | 0.00070390146 | |
| 17424222 | a year ago | | | 0 | 0.0010722194 | |
| 17109394 | 2 years ago | | | 0 | 0.00088815210 | |
| 17032185 | 2 years ago | | | 0 | 0.00057733286 | |
| 17012391 | 2 years ago | | | 0 | 0.00047233404 |
ABI
ABI objects
Getter at block 21168475
_pbaseEthUniswapPair() view returns (address)
0xc3cc214c0c5f81f52f6849b8fcf423133a9c183c
decimals() view returns (uint8)
9
isOwner() view returns (bool)
false
monetaryPolicy() view returns (address)
0x92033b346e093e36f838cef4bef342edf6ebf373
name() view returns (string)
POLKABASE
owner() view returns (address)
0x1741b7d330913feb688c69b8762b41e4ecb20c54
symbol() view returns (string)
PBASE
totalSupply() view returns (uint256)
17456507357077947
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address owner_)
initialize(string name, string symbol, uint8 decimals)
rebase(uint256 epoch, int256 supplyDelta) returns (uint256)
renounceOwnership()
setMonetaryPolicy(address monetaryPolicy_)
setPbaseEthPairAddress(address pbaseEthUniswapPair_)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogMonetaryPolicyUpdated(address monetaryPolicy)
LogPbaseEthPairAdded(address pbaseEthUniswapPair)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.