PAPER token
Verified contract
Active on
Ethereum with 1,185 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 "PAPER token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19097277 | 10 months ago | | | 0 | 0.00029733260 | |
| 18758862 | a year ago | | | 0 | 0.00068431244 | |
| 18750944 | a year ago | | | 0 | 0.0012894782 | |
| 17549687 | a year ago | | | 0 | 0.00084675779 | |
| 17340433 | a year ago | | | 0 | 0.0014133755 | |
| 17051679 | 2 years ago | | | 0 | 0.00056968402 | |
| 17008906 | 2 years ago | | | 0 | 0.00045605397 | |
| 16967553 | 2 years ago | | | 0 | 0.00079136960 | |
| 16927804 | 2 years ago | | | 0 | 0.00079627989 | |
| 16867657 | 2 years ago | | | 0 | 0.00068631232 |
ABI
ABI objects
Getter at block 21260080
decimals() view returns (uint8)
18
maxSupply() view returns (uint256)
69000000000000000000000
name() view returns (string)
PAPER token
owner() view returns (address)
0xeb4d27957ee84ee40b21fa57c4e52c52672b9575
symbol() view returns (string)
PAPER
totalSupply() view returns (uint256)
26239830000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
governanceContracts(address) view returns (bool)
State-modifying
Events addAddress(address addr) returns (bool success)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintPaper(address _to, uint256 _amount) returns (bool)
removeAddress(address addr) returns (bool success)
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)
GovernanceContractAdded(address addr)
GovernanceContractRemoved(address addr)
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.