PaperToken
Verified contract
Active on
Ethereum with 5,380 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 "PaperToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21133364 | 24 days ago | | | 0 | 0.00051397464 | |
| 21104036 | a month ago | | | 0 | 0.000092648421 | |
| 21104027 | a month ago | | | 0 | 0.000093006321 | |
| 21103986 | a month ago | | | 0 | 0.000082250609 | |
| 21103979 | a month ago | | | 0 | 0.00014185473 | |
| 21074209 | a month ago | | | 0 | 0.00025910107 | |
| 20944915 | 2 months ago | | | 0 | 0.00032420640 | |
| 20944915 | 2 months ago | | | 0 | 0.00032420640 | |
| 20762963 | 2 months ago | | | 0 | 0.00025864035 | |
| 20751516 | 3 months ago | | | 0 | 0.000064477739 |
ABI
ABI objects
Getter at block 21302833
decimals() view returns (uint8)
18
name() view returns (string)
PaperToken
owner() view returns (address)
0x3fa9751387901323d58547cc6079388081a495e4
symbol() view returns (string)
$PAPER
totalSupply() view returns (uint256)
993019199999999999999997600
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
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)
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 tokenName, string tokenSymbol, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.