Punch Token
Verified contract
Active on
Ethereum with 3,674 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Punch Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12578419 | 3 years ago | | | 0 | 0.00038315912 | |
| 9628746 | 5 years ago | | | 0 | 0.00033428705 | |
| 9469323 | 5 years ago | | | 0 | 0.00052143000 | |
| 8761801 | 5 years ago | | | 0 | 0.00018497500 | |
| 8534384 | 5 years ago | | | 0 | 0.00087980000 | |
| 8534381 | 5 years ago | | | 0 | 0.00088788000 | |
| 8145585 | 5 years ago | | | 0 | 0.00016647750 | |
| 8032843 | 5 years ago | | | 0 | 0.00017596000 | |
| 8032837 | 5 years ago | | | 0 | 0.00073990000 | |
| 8032811 | 5 years ago | | | 0 | 0.00021931000 |
ABI
ABI objects
Getter at block 21168331
decimals() view returns (uint8)
18
name() view returns (string)
Punch Token
symbol() view returns (string)
PUN
totalSupply() view returns (uint256)
60000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes data) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.