Punks Koin
Verified contract
Active on
Ethereum with 59 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 "Punks Koin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20857359 | 2 months ago | | | 0 | 0.00042369437 | |
| 20857359 | 2 months ago | | | 0 | 0.00042369437 | |
| 20857359 | 2 months ago | | | 0 | 0.00042369437 | |
| 20857359 | 2 months ago | | | 0 | 0.00042369437 | |
| 20857359 | 2 months ago | | | 0 | 0.00042369437 | |
| 20857359 | 2 months ago | | | 0 | 0.00042369437 | |
| 20857359 | 2 months ago | | | 0 | 0.00042369437 | |
| 20857353 | 2 months ago | | | 0 | 0.00064175721 | |
| 20857350 | 2 months ago | | | 0 | 0.00057960904 | |
| 20857349 | 2 months ago | | | 0 | 0.00056486104 |
ABI
ABI objects
Getter at block 21208141
callBack() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
8
factory() view returns (address)
0x466bc74ac11d94560f60365a9d76cd3438f07dd5
maxSupply() view returns (uint256)
0
name() view returns (string)
Punks Koin
symbol() view returns (string)
PUNKSK
totalSupply() view returns (uint256)
113539952394848
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address _from, uint256 _value)
initialize(uint256 _maxSupply, uint8 _decimals)
mint(address _to, uint256 _value)
setCallBack(address _callBack)
transfer(address to, uint256 value) returns (bool)
transfer(address to, uint256 value, bytes _data) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
DataDelivery(address indexed _from, address indexed _to, uint256 _value, bytes data)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)