Space Punks
Verified contract
Active on
Ethereum with 15,587 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Space Punks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21294941 | 3 days ago | | | 0 | 0.0014888998 | |
| 21287161 | 4 days ago | | | 0 | 0.00072190954 | |
| 21282906 | 5 days ago | | | 0 | 0.00050138771 | |
| 21281986 | 5 days ago | | | 0 | 0.00095508737 | |
| 21267967 | 7 days ago | | | 0 | 0.00052075016 | |
| 21264394 | 7 days ago | | | 0 | 0.00072091811 | |
| 21262785 | 7 days ago | | | 0 | 0.00031293690 | |
| 21249625 | 9 days ago | | | 0 | 0.00049157772 | |
| 21242501 | 10 days ago | | | 0 | 0.00047308790 | |
| 21240820 | 11 days ago | | | 0 | 0.00084119219 |
ABI
ABI objects
Getter at block 21316024
TOKEN_LIMIT() view returns (uint256)
10000
getMaxTokensAtOnce() view returns (uint256)
20
getTokenPrice() view returns (uint256)
60000000000000000
name() view returns (string)
Space Punks
owner() view returns (address)
0x154e7f89450e62278e3dea09d76e91df7958f725
paused() view returns (bool)
false
publicSale() view returns (bool)
true
symbol() view returns (string)
⚇
teamSale() view returns (bool)
true
totalReleased() view returns (uint256)
601037500000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
disablePublicSale()
enablePublicSale()
mintMultipleTokens(uint256 _amount) payable
mintMultipleTokensForTeam(uint256 _amount) payable
mintToken() payable
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxTokensAtOnce(uint256 _count)
setTokenPrice(uint256 _price)
togglePaused()
toggleTeamSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
receive()
This contract contains no error objects.