FOAM Signal
Verified contract
Active on
Ethereum with 4,350 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5b96…ba1d
0x4946…c121
Balances ($106,177.40)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOAM | ERC-20 | 26.704644M | $0.003976 |
$106,177.4 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
OET | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20173920 | 5 months ago | | | 0 | 0.00015723198 | |
| 20173885 | 5 months ago | | | 0 | 0.00030747300 | |
| 19813471 | 7 months ago | | | 0 | 0.00062238539 | |
| 18972010 | 10 months ago | | | 0 | 0.0019566423 | |
| 18887300 | a year ago | | | 0 | 0.0015050055 | |
| 18687434 | a year ago | | | 0 | 0.0053075441 | |
| 18687409 | a year ago | | | 0 | 0.0062952463 | |
| 18237120 | a year ago | | | 0 | 0.00073981521 | |
| 18237118 | a year ago | | | 0 | 0.00087402456 | |
| 18237117 | a year ago | | | 0 | 0.00087264602 |
ABI
ABI objects
Getter at block 21259785
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
controller() view returns (address)
0x5b9691fc4b0ee89546b15a13a6e7eea38700ba1d
name() pure returns (string)
FOAM Signal
owner() view returns (address)
0xd3b16f647ad234f8b5bb2bdbe8e919daa5268681
symbol() pure returns (string)
FSX
Read-only
balanceOf(address _owner) view returns (uint256)
computeCST(address nftContract, uint256 tokenID) pure returns (bytes32)
cstToID(bytes32) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getCreatedOn(bytes32 cst) view returns (uint256 timestamp)
getDeletedOn(bytes32 cst) view returns (uint256 timestamp)
getGeohash(bytes32 cst) view returns (bytes32 geohash)
getRadius(bytes32 cst) view returns (uint256 radius)
isApprovedForAll(address _owner, address _operator) view returns (bool)
isTracked(bytes32 cst) view returns (bool)
numApplications(address prover) view returns (uint256)
ownerOf(uint256 _tokenId) view returns (address)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenBurntOn(uint256) view returns (uint256)
tokenGeohash(uint256) view returns (bytes32)
tokenMintedOn(uint256) view returns (uint256)
tokenRadius(uint256) view returns (uint256)
tokenStake(uint256) view returns (uint256)
totalStaked(address prover) view returns (uint256)
State-modifying
Events approve(address _to, uint256 _tokenId)
burn(uint256 tokenID)
mint(address, uint256) returns (uint256)
mintSignal(address owner, uint256 stake, bytes32 geohash, uint256 radius) returns (uint256 tokenID)
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setController(address _controller)
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)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TrackedToken(bytes32 cst, address indexed nftAddress, uint256 tokenID, bytes32 geohash, uint256 radius)
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.