SpySignals
Verified contract
Active on
Ethereum with 1,780 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 "SpySignals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20479694 | 4 months ago | | | 0 | 0.00018295363 | |
| 20260006 | 5 months ago | | | 0 | 0.000085478470 | |
| 18828352 | a year ago | | | 0 | 0.0029605527 | |
| 18828323 | a year ago | | | 0 | 0.0034081349 | |
| 18531338 | a year ago | | | 0 | 0.0014375361 | |
| 18112269 | a year ago | | | 0 | 0.00032130487 | |
| 18112268 | a year ago | | | 0 | 0.00057238424 | |
| 17531846 | a year ago | | | 0 | 0.00072747415 | |
| 17520537 | a year ago | | | 0 | 0.00062048097 | |
| 17411525 | a year ago | | | 0 | 0.0010418108 |
ABI
ABI objects
Getter at block 21318152
baseURI() view returns (string)
ipfs://QmQnSKuFmcyvtKGwRLmct6WiCWf3sioDF7Cq6hfUztEFZW/
name() view returns (string)
SpySignals
owner() view returns (address)
0x0033cd53ecdc74e4a71ec414d9199d97d007c51d
presaleSigner() view returns (address)
0x0033cd53ecdc74e4a71ec414d9199d97d007c51d
saleState() view returns (uint8)
0
symbol() view returns (string)
AGENT
totalSupply() view returns (uint256)
2222
Read-only
_verify(bytes data, bytes signature, address account) pure returns (bool)
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)
presaleClaimed(address) view returns (uint256)
saleInfo(address addr) view returns (uint256[7])
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)
mintPresale(uint256 numTokens, bytes signature) payable
mintPublic(uint256 numTokens) payable
mintReserved(uint256 numTokens, address mintTo)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxSale(uint256 maxSale)
setPresaleSigner(address presaleSigner_)
setSaleState(uint8 saleState_)
setTokenPrices(uint256 tokenPresalePrice_, uint256 tokenPublicPrice_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()